Forum Discussion
AnandD
14 years agoOccasional Contributor
In the response i did not see any namespace declaration. In which case the below XPath query should fetch you the totalSize element.
Note: You do not need to declare a namespace in your XPath Assertion as per the response you have attached.
Thanks
Note: You do not need to declare a namespace in your XPath Assertion as per the response you have attached.
/searchResponse/totalSize
Thanks