Hi,

i am using your xmlrpc.inc (// $Id: xmlrpc.inc,v 1.20 2003/01/10
22:01:56 dilinger Exp $) php class.
Its working perfectly - beside one thing:
It can be that the http response looks like:
-----------------------
HTTP/1.1 100 Continue

HTTP/1.1 200 (OK)
Date: Wed, 02 Feb 2005 11:45:09 GMT
Server: Apache
Content-Length: 277
Content-Type: text/xml

<?xml version="1.0"?>
here does come the rest of the xml document
-----------------------

in this case it will fail - but thats a valid response

So, what can i do to get this working ?

regards,
Wolfgang

_______________________________________________
phpxmlrpc mailing list
phpxmlrpc@lists.usefulinc.com
http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc

Reply via email to