[phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Eliot Shepard
I'm having trouble writing an xmlrpc_client() call for with an empty server_path. This came up because I'm running the example server from the FirstPeer C++ implementation, which runs methods in a stand-alone (Abyss) webserver. If I use the OSE XML-RPC debugger at http://ose.sourceforge.net/xmlr

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Edd Dumbill
Try using "/" instead of "". On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > I get HTTP 400 "Bad Request" errors. -- For information about how to subscribe and unsubscribe from this list visit http://xmlrpc.usefulinc.com/lis

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Eliot Shepard
> Try using "/" instead of "". > > On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > > > I get HTTP 400 "Bad Request" errors. I was clever enough to try this. $c = new xmlrpc_client("/", "216.73.27.36", 8080); gives 404 No

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Edd Dumbill
On Tue, Jul 31, 2001 at 03:31:47PM -0400, Eliot Shepard wrote: > > > Try using "/" instead of "". > > > > On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > > > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > > > > > I get HTTP 400 "Bad Request" errors. > > I was clever eno

Re: [phpxmlrpc] problem with xmlrpc_client() with an empty server_path

2001-07-31 Thread Eliot Shepard
Right you are, sir. "/RPC2" was the place to look. Thanks for the quick response (and for the software in general.) Eliot > > > Try using "/" instead of "". > > > > > > On Tue, Jul 31, 2001 at 03:24:34PM -0400, Eliot Shepard wrote: > > > > $c = new xmlrpc_client("", "216.73.27.36", 8080); > > >