#1. I am trying "Convert Binary to Appian Document" option in integration object for SOAP Response which returns Base64 string in response. However Appian is not able to convert document correctly and we observes format related error while opening the document.
#2. Also we have other use case to save document from SOAP response. The SOAP response contains document as an attachment, is there a way we can directly save the document received in SOAP response?
Discussion posts and replies are publicly visible
Hi! Have you resolve it finally? We have the same problem, we have a intergration which call with a POST method and it returns a zip document but in binary code.
Hello,
Is it SOAP or REST?
I was able to retrieve document attachment using Advanced Call WebService for SOAP API.
For REST API, the document attachment can be saved directly to Appian. And binary can be converted to document.