I need to make some SOAP unmarshalling tests, but without calling actual web service. Instead I have already available SOAP response xml and WSDL xml file. What is the best approach to do this using Spring?
Could someone point me to some documentation, examples?
I've seen Castor example, but it needs additional mapping.xml. Is there any other approach that could help me in Object/XML mapping i.e. in unmarshalling XML (SOAP) to Java object?
Thanx!


Reply With Quote