Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: webservices parsing problem

$
0
0

You can extract the value of a xml node from a output response using lr_xml_get_values function.

 

lr_xml_get_values("xml={result}", "Query=/Envelop/Body/..../enrollID","ValueParam=enrollID","NotFound=continue",LAST);

 

if (strcmp(lr_eval_string("{enrollID}"),"900")==0)

     do

else

    do

 

hope this helps you.


Viewing all articles
Browse latest Browse all 12134

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>