cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

MTOM Input Handling in Snaplogic

Satish28
New Contributor

Hello All,

Scenario: We are getting a SOAP MTOM request in which there can be 0 or more attachments and we need to send this request along with the attachments to another SOAP Service using Soap Execute Snap.

Currently we are able to retrieve the XML part of the request with the help of Multipart Reader and Binary Router. The XML part only has reference of the file/attachment but not the actual raw binary data. So, is there a way to send the request along with the file/attachment raw binary data to the SOAP service?

XML part having only reference:
<fileBase64><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:*<some value>*"/></fileBase64>
Required:
<fileBase64> *raw Binary Data* </fileBase64>

0 REPLIES 0