Server did not recognize the value of HTTP Header SOAPAction

March 26th, 2008

Error messages are quite annoying for any one, I am not an exception for it..

This is the latest one I received when I was testing a webservice client using PHP NuSOAP library.. Well my client’s webserver is still running on PHP4 so I cant use the built in SOAPClient for PHP5 🙁

I resolved this by modifying the usage of the NuSOAP soap client. Initially I tried a simple soap client when this error came, by when I tried the wsdl client, it worked fine. Change is only how you instantiate the soap client.

Leave a Reply