[PHP] XmlRPC - Server did not understand request

2003-08-26 Thread Donald Tyler
Thanks to the excellent help from someone at Full Data Systems (Thank you!), I finally managed to get the XmlRPC extension working on my windows PHP installation. I am not trying to send any params at the moment, all I want to do is get a valid response. However, now when I try and run the

Re: [PHP] XmlRPC - Server did not understand request

2003-08-26 Thread Marek Kilimajer
Donald Tyler wrote: sending http request: POST Test_Server/XML/PHP_Servers/XMLTEST.php HTTP/1.0 should be POST /Test_Server/... (asuming Test_Server is a directory) User-Agent: xmlrpc-epi-php/0.2 (PHP) Host: localhost:80 should be Host: localhost Content-Type: text/xml Content-Length: 111 ?xml

FW: [PHP] XmlRPC - Server did not understand request

2003-08-26 Thread Donald Tyler
-Original Message- From: Donald Tyler [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 9:29 AM To: 'Marek Kilimajer' Subject: RE: [PHP] XmlRPC - Server did not understand request Well that fixed it. *Slaps head*. I guess I should have noticed that. Sorry for such a retarded