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
Post a Comment