11 years ago
xml response with json
Hi, I'm just starting to use soapui to test my web service
my response example
how can i transfer ContextId into my second testStep
my response example
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetContextV2Response xmlns="http://myservice/Service">
<GetContextV2Result>{"ContextId":"ee218f66-0614-406d-8faf-7c1aff9fb738","PasswordExpirationDaysLeft":-1,"LoginResult":[{"RETURN_VALUE":0},{"LOGINRES":"LOGINOK"}]}</GetContextV2Result>
</GetContextV2Response>
</s:Body>
</s:Envelope>
how can i transfer ContextId into my second testStep