[Pythoncard-users] added stockprice SOAP client sample
by Kevin Altis other posts by this author
Feb 3 2002 9:29PM messages near this date
RE: [Pythoncard-users] better GIF screen shots on Windows
|
[Pythoncard-users] FW: xml pickle module
I've spent a lot of time the last week working with XML-RPC, SOAP, and the
Blogger API which uses XML-RPC. I'll have more to say about blogger later.
This note is just to let you know that I checked in a very simple SOAP
client example for getting the stock price from a remote SOAP web service. I
read the O'Reilly article mentioned below and felt compelled to whip up a
simple clone.
I was going to include the SOAP.py module, but there are so many examples
and docs that come with the full distribution that is better if people just
download the file for themselves.
ka
---
from the readme.txt:
This sample is a clone of the AppleScript Studio example at:
http://www.oreillynet.com/pub/a/mac/2002/02/01/applescript_macosx.html
It requires the SOAP.py module from SOAP.py 0.9.7 available at:
http://sourceforge.net/projects/pywebsvcs
Also see the SOAP.py authors article at:
http://www-106.ibm.com/developerworks/webservices/library/ws-pyth2/
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|