Hi,
I have a requirement to query an xml which of the below format
<root xmlns:xsi=<> xmlns:xsd=<> xmlns:
value1
value2
the requirement is to fetch the value of key1. The way I followed is, I got the rootLocalName of xml and prepared an XPath to query the node like this
/%rootLocalName%/parent1/key1
but, the query gave me null results.
Can some one help me on this?
BestRegards,
SasikalaVinay
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services