Archive of UserLand's first discussion group, started October 5, 1998.
Re: Problem with XML-RPC and Active Server Pages
Author: André Radke Posted: 11/6/1999; 2:07:40 PM Topic: Problem with XML-RPC and Active Server Pages Msg #: 12778 (In response to 12777) Prev/Next: 12777 / 12779
betty.rpc.client("12.34.56.78", 81, "helloWorld", @paramTable)The server has no clue what to do with it -- it has no idea that it's intended for the XML-RPC server page (which is located somewhere in the IIS wwwroot structure, say at dir1/dir2/Server.asp) to handle.
Try something like this:
betty.rpc.client("12.34.56.78", 81, "helloWorld", @paramTable, rpcPath:"dir1/dir2/Server.asp")
There are responses to this message:
- Re: Problem with XML-RPC and Active Server Pages, Jason Levine, 11/6/1999; 2:24:05 PM
This page was archived on 6/13/2001; 4:53:22 PM.
© Copyright 1998-2001 UserLand Software, Inc.