Hi folks,
As part of my effort to learn SOAP, I'm trying to use Radio as a test bed.
For example, in evaluating some of the existing toolkits, I want to write
clients using Python (soaplib) and Perl (SOAP::Lite) that can access methods
served up by my local Radio server. Eventually, I'd like to try it the
other way 'round (use Radio as a client to access methods served up by my
local Apache server.
I'm quite new to Radio/Frontier, and am slowly figuring things out by
groveling through Radio.root (and of course the materials on userland.com),
but one very basic thing I haven't seen explained anywhere is: what URL can
I use to get to the methods in Radio? For example, how do I get to
getStateName()? I have Radio serving on port 8080, so in Python I tried
import soaplib
server = soaplib.ServerProxy("http://localhost:8080/examples")
print server.getStateName(42)
and I get back
([], [])
or, a tuple of two empty lists.
What am I doing wrong?
- Dave
--
Dave Seidel
Mindreef LLC