We have an existing website that allows visitors to fill out a contact form. Our website uses wordpress and PHP and sits on an Windows IIS 7 server. Our contact form is written in PHP and sends a SOAP message to a .NET Web Service that we created.
Since upgrading our Windows server, the PHP nuSoap code no longer works. Please note that everything used to work fine. We have upgraded to PHP 5.3.6. We are willing to no longer use nuSoap and just go with the SOAP provided in PHP 5.
We require your expertise to help fix the SOAP code. We have tested other web services with the SOAP code and it works fine. There seems to be a problem consuming this particular .NET Web Service.
We have provided the wsdl for consuming the webservice. You only need to provide us with PHP code, probably only 10 lines or so. We will paste it into our contact form and test it.
We can setup a webex to allow access to the server if needed.
The error we get is: HTTP Error: socket read of headers timed out
