Forum Discussion
3 Replies
- shanumOccasional ContributorHow can I automatically create a request out of SOAPUI response without manually creating a request?
How can I automatically create a request out of SOAPUI response without manually creating a request? - Hi, I am looking for an answer on this too.
- shanumOccasional ContributorI was able to do this by using XPath: declare namespace D='http://schemas.xmlsoap.org/soap/envelope/';
//D:Envelope[1] in Source and Target and checking Transfer Child Nodes in Property Transfer placed between the Test Cases inside the Test Suite.