doubtsreadyapi
5 years agoContributor
Require Groovy script for Parameterizing the value in next request
Hi My GET Method response is like below, But when i do get once the Id changes and the place "journals|0_0_7|JOURNALS_PART_ONE" and "journals|0_0_7|JOURNALS_MAPPING" changes, that is some times "...
- 5 years ago
Thanks.
However, it appears that you have picked up part of the response from middle of a response.
Using below similar type of solution, you should be able to work it out for the original response.
https://github.com/nmrao/soapUIGroovyScripts/blob/master/groovy/json/QueryRelativeData.groovy
Need complete hierarchy of the response, it is fine even if it is sample one if you still have issues.