Hi Experts,
We are receiving response as a binary content from a third party system .(Business Service) and when the response mapped to the Body of Proxy it is embedded in binary-content ref as below
====================Proxy service body variable=============
<soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<con:binary-content ref="cid:XXX" xmlns:con="http://www.bea.com/wli/sb/context"/>
</soapenv:Body>
========================
What will be the best way to extract this data in to text/xml.Is there any built-in function could be used or need to use java call out for this.
Any help for Java call out or other suitable approach will be very helpful.
Thanks in advance