- I recorded
a request from the client to the service implemented using Axis (with TCPMonitor) and saved it to a file. This request has one
huge input parameter which is deserialized using
BeanDeserializer on the server side.
- How can
I play this back bypassing the web service invocation? I want to be able
to take the SOAP request, deserialize the input
parameter to a java object using Axis type mapping, but without invoking
the servlet engine.
- Is this
possible?
- What
are the alternatives for quick regression testing?
- If the
above is confusing, once again:
I need to take the soap request
saved in a file, get the fields of the input parameter, and populate the
corresponding java object with those values.
Thanks,
Ilya Khasin.
|