Hello Guys, Help me on this... I am testing 3 different SOAP web services in VUGen and my requirement is: One webservice output is input to the second web service and 2nd web service output is the input for the 3rd web service.
When I see 1st webservice response like below.
<soap: envelolp....>
<body..>
<return>
<bankaccountnumber>123456</bankaccountnumber>
<firstname>John Dhoe</firstname>
<lastname>peter</lastname>
<ssn>123456789</ssn>
</return>
</body..>
</soap:env....>
I need to capture contents in between <return> tags, but I don't want <return> tags in that. I tried with lr_xml_extract but I am getting with <return> tags.
How to get the contents in between the tags in VUGen.