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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -