java - Binary data to text/string in XQuery -


when xml converted through mfl(message format language) xml binary, comes following in logs of oracle service bus.

<soap-env:body xmlns:soap-env =      "http://schemas.xmlsoap.org/soap/envelope/">   <ctx:binary-content      ref="cid:69b63814:144d49f1544:-6cba"      xmlns:ctx="http://www.bea.com/wli/sb/context"/>   </soap-env:body>  

can body tell me how print log in text/string in xquery or osb. there function or method of xquery can use ?

used java call out convert .


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -