when u define xml documents in TN, map the namespaces(prefix used in document, with uri). or otherwise use the same exact prefix used in TN document.
imo, your problem is because
- there is no namespace mapping in TN for the document type
- using default namespace results in some random prefixes (like v0, tns1 etc)
- XQL quesy uses namespace prefix “msts”
So when a xml with default namespace is received, the XQL cannot be evaluated due to point 1.
hope this helps!
DC
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB