|
From: Kevin A. <al...@se...> - 2002-02-03 21:27:28
|
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/ |