Skip to main content
March 24, 2023
Question

Integration Object - Unable to process request body

  • March 24, 2023
  • 2 replies
  • 0 views

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!

2 replies

abhayd3663
March 27, 2023

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.

March 27, 2023

Thanks Abhay for your response.