Hi All
I am calling one web service through Appian Integeration and getting the below error.
I want to send the appian document in base 64 string.
I checked in appian community and found that appian automatically convert document to base 64 string but facing issue.
the request body of web service is in xml format.
Please refer the below screenshots.
In below request i have to send document in content tag and it should be in base 64 string.
the ri!Attachments is document type.
Many Thanks in advance.
Discussion posts and replies are publicly visible
You could try using this plugin: Base64 Document Database Integration
Mike Schmitt also wrote an expression that you can find here: How to generate base64 digest string in Appian.
As Stefan has mentioned, be mindful of the impacts on memory usage when using these approaches.
Thanks Mathieu, will check this plugin