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 a namespace declaration from an XML in OSB

anandDec 29 2015 — edited Dec 29 2015

Hi,

In OSB how to remove a namespace from header or body?

I have an XML like below

<a xmlns:prod="abcd.com" xmlns:prod2="efgh.com">

<prod2:b>fff</prod2:b>

</a>

and i want to remove only one namespace xmlns:prod="abcd.com" from the xml.. the output should be like below

<a xmlns:prod2="efgh.com">

<prod2:b>fff</prod2:b>

</a>

Thanks

Anand.U

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 26 2016
Added on Dec 29 2015
1 comment
1,859 views