The most recent content from our members.
I have a case where I would need to extract a couple values from the incoming request and parameterize it in the response. I am not entirely clear on how to do this in Virtualize, as the docs page regarding the Header Data Bank Tool offers more information regarding its usage in SOAtest and not in Virtualize. What is the…
I want to extract content for all titles having Red color from given Json response so I can send it in next Request. eg. response:- { "titles":[ { "name": "T1", "color": "Red" }, { "name": "T2", "color": "Green" }, { "name": "T2", "color": "Red" } ], "content":[ "T1": "Some description 1", "T2": "Some description 2", "T3":…
I am getting my response as below format and i want to exact partial string value and send to other call root { "countries" : { "States" : " {\"city": xyz}" } } From Above response , i want value "xyz" into my databank and will send this value(xyz) to another API call. How to do this extraction?
It looks like you're new here. Sign in or register to get started.