[phpxmlrpc] HTTP/1.1 100 Continue

Wolfgang Pichler madmin at dialog-telekom.at
Wed Feb 2 14:12:58 GMT 2005


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



More information about the phpxmlrpc mailing list