When I send a SOAP request to the server it returns following error. I am not sure how I can configure unmarshaller, I am going to send SOAP requests to multiple webservices
It seems that you didn't set the unmarshaller on your webServiceTemplate.
webServiceTemplate
webServiceTemplate.setMarshaller(marshaller); webServiceTemplate.setUnmarshaller(marshaller);