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.