Hi Ed,
The document is actually a PO sent by a customer. The sample attached has gone through documentToXMLString and it’s the xmldata. There were three attributes defined for queryXMLNode and this is where the error occurred.
If the attributes were removed from queryXMLNode, the document runs through fine.
If the attributes and the xsi:noNamespaceSchemaLocation were kept in the document it creates the error listed in the previous post.
If the attributes were kept in the document and the xsi:noNamespaceSchemaLocation was removed, the same error message is displayed.
If the output from the documentToXMLString is loaded as a sample document in TN console as a document type definition, it cannot be read and will have similiar error. If this output has the noNamespaceSchemaLocation in it and with attributes removed, TN cannot read this. Yet this is the same document that was originally read in and recognized by TN. The difference is that it has gone through validation against the schema.
Does that mean the noNamespaceSchemaLocation has to be defined in the schema and where would you do this ?
TIA
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services