Forum Discussion

JHoreczky's avatar
JHoreczky
Contributor
13 years ago

Parsing application/x-java-serialized-object response

We are trying to use SoapUI Pro 4.5 for testing of a servlet. Submitting the request through SoapUI works well. The problem is the reading of the response. The servlet returns a response as an application/x-java-serialized-object. Is there any example available about how to parse this type of response? I understand that SoapUI is primarily for web services testing and it would be quite straightforward to write our test using Apache's HTTPClient in combination with Junit, however we are trying to leverage the data driven testing capabilities in SoapUI for the servlet testing.


Thanks,

Joseph H.