Chris Shiflett wrote:
In that case, I think a good next step would be to examine the HTTP request. One guess is that the request you type in manually with telnet is HTTP/1.1, and the one being sent in your SOAP request is HTTP/1.0.
You are actually quite correct... The requests are being sent from the client as HTTP/1.0, and from the server as HTTP/1.1. I never noticed the discrepancy. That gives me another avenue to explore. Not exactly a PHP problem like I first thought. :-)

Off to read RFC2616...

Cheers,

jon

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to