Skip to Main Content

Cloud Platform

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 Namespaces in OIC SOAP Response?

Hassan Mohsin LCNov 26 2024 — edited Nov 26 2024

Hello everyone,

We are working on an integration in Oracle Integration Cloud (OIC) that returns a SOAP response. However, OIC is automatically adding namespaces to the SOAP response elements, which is causing parsing issues in BI Publisher.

Current Response:
<CreateReserveDocResponse xmlns="urn:createDocumentNumber">อว 660201.1.3.3/25551</CreateReserveDocResponse>

Expected Response:
<CreateReserveDocResponse>อว 660201.1.3.3/25551</CreateReserveDocResponse>

Is there a way to remove these namespaces at the element level in OIC? Any suggestions or guidance would be greatly appreciated.

Thanks

Comments
Post Details
Added on Nov 26 2024
0 comments
248 views