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!

OSB - Converting bytes input to string

soa05Oct 8 2014 — edited Oct 8 2014

Hi,

I am calling a webservice in my business service which returns the reponse in the below format - xml binary optimized packaging

...

<bytesinput>

<xop:Include href ="abc:30556..@example.jaxws.sun.com xmlns:xop=".."/>

</bytesinput>

Now i need to extract the value which is coming in binary optimized packaging in xop href  in to string and use it further in message flow.

Any idea on how to do this. Will the use of base64 decoding work here

Thanks,

Balaji.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2014
Added on Oct 8 2014
3 comments
251 views