Can it be possible to generate XML file without default namespace from OIC end?
Hi Team,
We are working on an integration using Oracle Integration Cloud (OIC) where we generate XML files via the Stage File based on an XSD schema.
Currently, OIC generates the XML with namespace prefixes (for example, ns0, ns35) as per the imported schema definitions. Oracle Support has confirmed that this behavior is expected. However, the downstream target system does not accept XML documents with prefixed namespaces and strictly requires a default namespace (xmlns) on the root element without any prefixes.
We explored options such as modifying the XSD (removing targetNamespace), but this results in the removal of the required xmlns attribute, which is also not accepted by the target system.