Forum Discussion

divijd's avatar
divijd
Occasional Contributor
12 years ago

Soap UI Issue for parsing response for next request

Dear Support,

I have been stucked up while making the automated testing for my application. Let us suppose that there are two steps in my WSDL.
Name of WSDL is MobliePhoneDetails

Step 1- Search
Step 2- Details

Class MobilePhone
{
string companyName;
string modelNumber;
}

When we make a search request for mobile phones we get the response in serialized form which is actually the array of MobilePhone class which is a string in response.

Now the input for the Step 2 is a single object of MobilePhone class which we need to get from the response.

Please suggest the best suitable script in which i can select one of the mobilephone object from multiple as they are in a string format.

Thanks in advance.

17 Replies