|
From: Dante <da...@oz...> - 2000-12-13 00:01:03
|
While we're talking about xmlrpc.tcl... I've been having the following problem with it, the new and old version, and haven't been able to figure out what's going on, or even where the problem is. Here's what I'm doing: % xmlrpc::call http://betty.userland.com/RPC2 examples.getStateName -int 2 callresponse: HTTP status ok data {<?xml version="1.0"?> <methodResponse> <params> <param> <value>Alaska</value> </param> </params> </methodResponse> } XMLRPC_ERROR {remote procedure call failed due to "can't read "": no such variab le"} Ok, so the request is being sent properly and the reply is correct, what's going on here? thanks, Michael -- Caspar Weinberger/How much for the banana?/help, I lost my tie Michael Esveldt, Expert #FightThePower on irc.openprojects.net <mailto:da...@oz...> <http://velocity.editthispage.com/> |