Base64 Request to REST Web Service

This plug-in is deprecated, unmaintained and no longer recommended for use. Refactor applications utilizing the functionality of this component to use alternatives. The functionality is available in Appian (without a plug-in) using the Integration Object.


Allows use of REST web services that return documents as Base64 strings.  

Custom Smart Services included:

  • Http Json MultiDocument WS
  • (Encoded Keystore) Http Json MultiDocument WS
  • Base64 JsonDoc to Binary

The main difference between the “Http Json MultiDocument WS” smart service and the “(Encoded Keystore) Http Json MultiDocument WS” smart service is that the latter stores the keystore and truststore as base64 encoded text. The latter does not store the keystore/truststore on the file system.

The Base64 JsonDoc contains the same functionality as the Http Json MultiDocument WS smart services for extracting base64 documents into binary documents. However, the designer is expected to retrieve the web service response using the HTTP File Download Smart Service. Therefore, the inputs related to connecting to the Web Service are replaced with a document as input. The document should be a text document containing the web service response.

Anonymous