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
Because of memory protection restrictions, Appian does not directly support creating base64 encoded strings.
so is there is any other way to send a document in base 64 stringlike any smart service to convert document to base 64
Yes, there are. But not for your specific use case to insert that base64 encoded file into a XML string.
Does that API only understand XML? With JSON, it would just work OOTB.
only XML