XML file without namespace
Summary
Process xml file with out namespace definitionContent
Hi,
We have a requirement to integrate with one of the old systems that's still using DTD's to create the xml output files that need to be ready by OICS (using FTP adapter).
But I believe we can't use DTD's in oracle integration cloud. As a workaround I thought we could create a similar XSD structure and define that as the input structure.
However, the file adapter doesn't seem to accept the XSD structure with out namespace definition.
And as the legacy system will not be sending the namespace in the file (as it's purely based on DTD's) when the file is received by integration cloud, it'll not be able to recognize and therefore fails reading the file.
1