Archive of UserLand's first discussion group, started October 5, 1998.
xmlrpc difficulty with betty.userland.com
Author: Edd Dumbill Posted: 6/19/1999; 4:23:53 AM Topic: www.xml-rpc.com Msg #: 7572 (In response to 947) Prev/Next: 7571 / 7573
I'm implementing some PHP code to be an XMLRPC client (it's impossible to do a server at the moment as PHP won't give access to raw POST data yet).However, I'm running up against some problems with forming the query. Via telnet I'm trying to send this (IMHO valid) request to betty.userland.com:80:
POST /RPC2 HTTP/1.0 User-Agent: PHP XMLRPC 1.0 Host: betty.userland.com Content-Type: text/xml Content-Length: 161
And getting a fault code back: Poorly formed XML text, didn't find a '>' after a '<'. (At character #155.)
Now char#155 is the 'd' in I also try and send this request from PHP and get nothing at all back, so I'm doubly confused now -- especially as all seems OK if I POST this to a CGI which just echos back the contents at me.
Any ideas?
There are responses to this message:
- Re: xmlrpc difficulty with betty.userland.com, André Radke, 6/19/1999; 6:17:14 AM
This page was archived on 6/13/2001; 4:50:55 PM.
© Copyright 1998-2001 UserLand Software, Inc.