java - Removing namespace from SOAP request in XQ -
i using oracle service bus handle rest based services. need handle rest post conversion in osb. bcse ma back-end soap system. request generated osb
<soapenv:body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <get:inputparameters xmlns:get="http://www.crm.org/customerservice/"> <get:p_username>dbaker</get:p_username> </get:inputparameters> </soapenv:body>
but need remove "xmlns:get="http://www.crm.org/customerservice/"" request. bcse through error. using osb eclipse , xquery build requet. possible handle in xq.
check out functx function module, change element ns deep function.
http://www.xqueryfunctions.com/xq/functx_change-element-ns-deep.html
Comments
Post a Comment