Issue trying to read XML with multiple namespaces
Hi, I have an integration that is querying a binary file from Oracle Fusion to get PO Document, however, the response is an XML with multiple namespaces that I can't read in OIC, mentioning the error:
Please select a valid XML file.Caused by oracle.tip.tools.adapters.cloud.api.CloudAdapterException: Multiple namespaces found in xml document. Please remove the namespace "http://xmlns.oracle.com/apps/prc/po/manageDocument/publicModel/viewPdf/types/" from element "findOrderByPoHeaderIdResponse" as this is not the same as the namespace "http://xmlns.oracle.com/apps/scm/cmk" of the root element "processOutboundCollaboration".
Is there any option to resolve the issue?
0