PHP Server did not recognize the value of HTTP Header SOAPAction
- by Joe
I am making my first SOAPclient and I am stuck with the Headers, I am getting a response and when I look at my request it has a soap:body but no soap:headers. The web service has needs 3 parameters
1.UserName
2.Password
3.errorMessage
This is the code I have set up.
$SOAPAction = 'http://localhost/DriveAwayPriceCalculation/PriceCalculation';…