I've enabled SOAP for PHP and have successfully used the client side of PHP SOAP. I'm trying to get basic "stockquote server" example to work. When I try to do make a SOAP server I get the following error:
I'm running PHP on IIS and I'm not sure how to get the headers corrected. Any help would be appreciated.
Thanks!
Code:
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:<p><p><pre>X-Powered-By: PHP/5.0.0
Content-Length: 522</pre>
I'm running PHP on IIS and I'm not sure how to get the headers corrected. Any help would be appreciated.
Thanks!