Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Extract data from binary-content ref in OSB 12c

BlueBellMar 31 2020 — edited Apr 2 2020

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

This post has been answered by BlueBell on Apr 1 2020
Jump to Answer
Comments
Post Details
Added on Mar 31 2020
6 comments
3,876 views