Forum Discussion
pradeepbishnoi
14 years agoContributor
Hi,
The above shared solution should work.
Or you can use the wildcard character instead of the namespace in your xPath expression.
//ns1:Node1/ns2:Node2/ns3:Node3
should be written like
//*:Node1/*:Node2/*:Node3
Best Regards,
{Pradeep Bishnoi}
http://learnsoapui.wordpress.com
The above shared solution should work.
Or you can use the wildcard character instead of the namespace in your xPath expression.
//ns1:Node1/ns2:Node2/ns3:Node3
should be written like
//*:Node1/*:Node2/*:Node3
Best Regards,
{Pradeep Bishnoi}
http://learnsoapui.wordpress.com