GeekArticles
Web Programming
Python
Web Programming
PythonWrapping Web Service APIs
05/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
Sponsored Links
Read Next: Wrestling HTML
Related Topics
Subscribe via RSS
Python
- Lonely Python
- Python on the Side
- The Python Pattern
- The IPC10 Python Gathering
- What's New in Python 2.3?
- Develop Python/XML with 4Suite, Part 5: The repository features
- The State of the Python-XML Art
- Python and XML development using 4Suite, Part 3: 4RDF
- The State of the Python-XML Art, 2003
- Learn to Program using Python: Lesson 1, Getting Started
