gniposoave
5 years agoOccasional Contributor
How to pass a list of nodes from a response to a new request
Hi to all. I'm new in this community and I have a proiblem that is going me mad I searched in the community, but didn' t find what I am looking for. I have a SOAP response, composed by multiple com...
- 5 years ago
Thanks for adding files.
Add a groovy script test step between both the test steps. (where you get the response and request)
There should not be any other step between the two other than this groovy script.
And add script from
https://github.com/nmrao/soapUIGroovyScripts/blob/master/groovy/xml/UpdateNextXmlRequest.groovy
Here is sample one which you can quickly test online
- 5 years agoCan you please try changing
From
responseContentAsString
To:
responseContent
Also updated the script in the git.