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 namespace at element level for SOAP response ?

User_B987BSep 8 2021

Hello Everyone,
We are using OIC, and we want to remove namespace at element level in SOAP response.
Current Response:
<PROJECT_NUMBER xmlns="">123</PROJECT_NUMBER>
Expected Response:
<PROJECT_NUMBER >123</PROJECT_NUMBER>
Please have a check and kindly let me know how can I proceed further?
Thanks!

Comments
Post Details
Added on Sep 8 2021
0 comments
364 views