Search the web
Sign In
New User? Sign Up
radio-userland · Radio UserLand support mail list.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
SOAP newbie needs some help   Message List  
Reply | Forward Message #7543 of 43767 |
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




Tue Feb 27, 2001 5:12 pm

dave@...
Send Email Send Email

Forward
Message #7543 of 43767 |
Expand Messages Author Sort by Date

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 ...
Dave Seidel
dave@...
Send Email
Feb 27, 2001
5:09 pm

Dave, first, this is exactly where I want people to focus, a SOAP client and server on desktops, so I will work with you personally to get you up the curve,...
Dave Winer
dave@...
Send Email
Feb 27, 2001
5:32 pm

Wow, what a response! Thanks, Dave. I'm really looking forward to this. I shoud mention that I'm doing this work on Win2K currently, but my eventual target...
dave@...
Send Email
Feb 27, 2001
5:55 pm

Well, this is a button for me and you were the first to press it. Radio is doing HTTP 1.0 as far as I know. What software are you using on the Python end? Is...
Dave Winer
dave@...
Send Email
Feb 27, 2001
6:10 pm

Yes, I'm using soaplib 0.8. I am able to get to Radio through straight HTTP, like so: import urllib doc = urllib.urlopen("http://localhost:8080/myUserland/") ...
dave@...
Send Email
Feb 27, 2001
6:33 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help