Forum Discussion
15 years ago
Did it maybe have something to do with using namespaces in your xpath which were not set in the elements in your request?
First I got the same failure because I used the following xpath: "//ns1:Name" whereas the element was like "<Name>j. doe</name>".
The xpath had to be //Name and the exepected value of the query match was "j. doe".
First I got the same failure because I used the following xpath: "//ns1:Name" whereas the element was like "<Name>j. doe</name>".
The xpath had to be //Name and the exepected value of the query match was "j. doe".