jhsachs
13 years agoNew Contributor
Displaying response format from WSDL?
One of soapUI's most useful abilities for me is translating a WSDL into readable form. The project lists the WSDL's operations; I can get the format of any operation's request from the skeleton "Request 1" that soapUI generates.
I don't see a way to get the format of a response, though. Is there a way to do this?
The closest I can come is to execute an operation and look at the actual response. This is difficult, because it is hard to construct a valid request for some operations, and even harder to construct a set of requests that elicit every possible element in their responses (and hardest of all to know when I have done so).
I don't see a way to get the format of a response, though. Is there a way to do this?
The closest I can come is to execute an operation and look at the actual response. This is difficult, because it is hard to construct a valid request for some operations, and even harder to construct a set of requests that elicit every possible element in their responses (and hardest of all to know when I have done so).