Retrieve a document sent through a SOAP connector with Message Transmission Optimization Mechanism (MTOM)
Hi everyone,
I am in the situation where I want to retrieve a file requesting a SOAP service. In the response of the SOAP Connector, I get a <xop:Include href="..." xmlns:xop="..."/> tag embedded in an "attachment" tag.
So the SOAP services that we're requesting is using MTOM to provide the file that I want to retrieve (the SOAP connector that we implemented has the "Enable MTOM" checkbox checked).
For now, that attachment tag is mapped to an "attachment" string property in our class model. I would like to get the base64binary of that file so I can decode it (so I will be able to download it), but I don't know how I can configure the connector or my activities to call that connector to actually make a use of that xop:include tag.
If someone had a similar experience or knowledge about some useful features, it would be great !
Thank you.
Tangui PIERRE