Question
5
Replies
760
Views
Posted: April 27, 2016
Last activity: May 25, 2016
Closed
Solved
base64binary data
I'm calling a web service that returns the data in base64binary compressed data. There is a decompression utility that I can access, however I'm having issues getting the data from the web service into the java-connect utility without the data being transformed to text from the base64binary format. Any help in how to do this would be appreciated.
Thanks!
Message was edited by: Vidyaranjan Av | Included Category
You can use MTOM mechanism to do this.
Customize the XML stream rule (override auto generated XML) so that only the document element xsd:base64Binary includes the encoding so that it is picked up as part of MTOM processing.
In case if you still face the issue, you could share the logs and complete design so that we could help you on this.