Hi All

I am accessing an API over HTTPS that uses XML for its request and responses it is not a Web Service. I can see that I can use the Spring Object/XML Mapping support for marshalling and unmarshalling the request and responses.

I was wondering if the WebServiceTemplate class could be used as a mechanism to send my request and process the responses? There would be no SOAP message wrappers in the request and response. What gotchas if any would I need to be wary of?

Cheers



Neil