Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to remove name spaces

781450Aug 31 2010 — edited Feb 27 2020
I wrote a custom java web service which accepts XML string and generated a WSDL. In BPEL I get XML from a ERP system, now after transformation, I am sending XML string to the java web service. Now I want to remove the namespaces in BPEL before sending xml to java web service or remove namespaces in my java web service before sending to external system ?


<ImportOrder xmlns:client="http://xmlns.oracle.com/............BPEL"
xmlns=" ............. BPEL">
<client:OrderList>
<client:Order>
<client:Number>1234</client:Number>
.....
.....
</client:Order>
</client:OrderList>
</ImportOrder>

Thanks

Edited by: soauser on Sep 1, 2010 5:45 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2010
Added on Aug 31 2010
9 comments
3,275 views