GeekArticles
Web Programming
PythonGenerating SOAP
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 847 times |
Add CommentFiled in: Pythonby Rich Salz June 12, 2002 Introduction Last month we used the Google web services API to point out some warts in WSDL. This month we'll use the same API to walk through the steps involved in building an application which uses Google. We'll do the implementation in Python. Python is open source and runs on all the popular platforms. Python is the kind of language that's very well-suited to SOAP and XML processing: it's object-oriented, so you can build large-scale programs; it allows...n
Read Article Sponsored Links
Related Articles
• Google's Ad Sense for Audio SOAP API This is an interesting new API from Google, it uses SOAP to insert audio ads into your streams, so if you have a web radio station you can use its SOAP-based API to grab audio files to insert into th ...
• Problem generate SOAP Message QC#: 57372 Version: 11.0 Status: New defect, requires tester review Description: The SOAPRequest is generate in uncorretly mode.
I debug the application and I see missing one property in the tag of parameter.
Uncorretly
<funzione>1</funzione>
<xmlInput ...
• SOA Without SOAP: The Java ME Perspective - In Part 3 of his SOA series Eric Giguere explores how to do SOA when the target device does not support Web Services (JSR 172). Dig in to learn what your options ...
• SOAP Relay Proxy Bypass firewall content restrictions by wrapping SOAP messages as ordinary HTTP Post with 1 line of ...