I just spent an hour tracking down an "Invalid HTTP Message" in my SOAP implementation. In my case the HTTP-message was invalid because it was actually never sent. The apache child process (SOAP-server) segfaulted when processing the SOAP request, due to a typo in one of the alias parameters of my dispatch_map (in fact it was missing in one case). If you're having the same symptoms, and can't find out: check your syntax.
Cheers.
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php