The E2E Bridge generates an XML document to exchange information with another party. The XML is based on a schema.
How can I add the schemaLocation to this XML document?
I’m afraid using the prolog option http://docu.e2ebridge.com/classToXML# does not work, as the schemaLocation is usually appended within the root element as in the example at the bottom of this page:
It might be worth a try to introduce a new class called for example ValidatedPricat. This class inherits from the original class and has the same tagged value xmlElementName but an additional attribute schemaLocation containing the reference to the schema.