joe_sydney
5 years agoOccasional Contributor
Response is MTOM with Attachment - What format is the Dump File in (and how do I decode it) ?
I have a WebService (Oracle Fusion to be exact) which is meant to download a file as an MTOM Attachment; In the Request on SOAP-UI I left all properties as default, except "Enable MTOM"= true, and "...
- 5 years ago
Answering my own question, I struggled with this un-necessarily. Could the powers that be please document more info on the Dump File ?
After examining the raw response, I could see "Content-Encoding: gzip"; I guess this would be dependent on the config of the web-server / service.
So I pulled out my fav lib GZipStream (C#) to decode the dump file, and got an intelligible format for the dump file. And the answer is the Dump File contains only the Body Response (+ Attachment embedded in there as a binary for my case).