Spring WebServiceTemplate SOAPAction missing in HTTP Header
问题 I am having difficulty in calling a SOAP 1.2 WebService via Spring-ws WebServiceTemplate. The request being made is missing SOAPAction in Http Header and the server throws an error with "Unable to handle request without a valid action parameter. Please supply a valid soap action." I was able to figure out SOAP Action was missing by monitoring through wireshark. I am also not behind any proxy. I have made sure that the SOAP XML I am trying to send is valid by running the request through TCP