|
From: Aaron S. <as...@sw...> - 2000-12-13 23:09:33
|
Dante <da...@oz...> wrote: > Ok, so the request is being sent properly and the reply is correct, > what's going on here? Again, I think this is a bug fixed in my version -- I may have eliminated the needed section from the patch, but here's what I ran: % source "$pageroot/view/http.tcl" % source "$pageroot/view/sgml.tcl" % source "$pageroot/view/xml.tcl" % source "$pageroot/view/dom.tcl" % source "$pageroot/xmlrpc/xmlrpc.tcl" % % 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> } Alaska $pageroot corresponds to: http://source.theinfo.org/myinfo/ I'm running 8.3. -- [ Aaron Swartz | me...@aa... | http://www.aaronsw.com ] |