How to remove Namespaces in OIC SOAP Response?
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
0