Hi All,
I am facing issue in integration (soap request) while uploading large file size document.
Error: Unable to process request body - The request body was greater than 5 MB and could not be processed.
I tried with content type - text/xml, application/xml ,custom: application/soap+xml;
Third party system accepts only content type - text/xml and application/soap+xml
I have also referred article - Integration Object - Appian 22.4
Can someone please help me on this?
Thanks!
Discussion posts and replies are publicly visible
To handle soap request/response in Appian is very tedious task, if possible use REST and Appian will handle document transmission smoothly. I am not sure soap smart service supports document attachment but you can convert the document to base64 string and send it as part of soap request.
Thanks Abhay for your response.