Ok - I took your XML…
And put it in a sample flow…
pub.xml:xmlStringToXMLNode (with your XML as the xmldata input, and isXML=true)
pub.xml:queryXMLNode (with a variable query set to //Result/@xmlns:test)
And of course it did not work. Nothing works using your XML. As a matter of fact, I keep getting null on every test, even simpler ones.
However, if I make one small change:
It works like a champ.
//Result/@xmlns:test results in http://www.test.com.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB