GeekArticles
Web Programming
PythonWrapping Web Service APIs
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 861 times |
Add CommentFiled in: Python05/02/2002 There are many approaches to writing XML based web services: SOAP, XML-RPC, REST. If all you want to do is use a service, and there is a Python wrapper for it, you might not care what it was written in. Mark Pilgrim's has wrapped the Google SOAP API. Load up his PyGoogle module and google away. The wrapper takes care of the SOAP for you. PyGoogle comes with an updated version of SOAP.py originally developed by Cayce Ullman and Brian Matthews. "There are several SOAP libraries...n
Read Article Sponsored Links
Related Articles
• Deploy the Web Service Deploy the Web Service
As a first step, if you done it before, edit examples.PROPERTIES (provided along with the code download for this chapter), and change the paths there to match your development environment. The code download for this chapter also includes a README.txt file, which gives detaile ...
• Google Releases new Ajax APIs Google has been in the news a lot lately as they had the Google I/O developer conference. Leaders in Google’s web services met with some of the country’s budding developers to give them heads up of the latest news about Google especially their assistance for developers big and sm ...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...