Python SOAP libraries, Part 4
Resources
- Check out Python Web Services on SourceForge, which is the project under which ZSI and SOAPpy are currently hosted.
- See Richard Hastings' Air Fare Quote Search,
which is implemented in Apache Axis and searches some airline Web sites
in real time to find the best available flight prices for a given
itinerary.
- OSE
is the distributed applications framework project of which zsirpc is a
component. zsirpc is available as a separate package among the downloads. There is also a Web-based SOAP Debugger which lets you experiment with zsirpc.
- Follow up on document/literal style for SOAP in the article "Reap the benefits of document style Web services" by James McCarthy (developerWorks, June 2002).
- Read the previous column of this series on SOAP over SMTP or check out all the Python Web services developer columns in this series.
View Python SOAP libraries, Part 4 Discussion
Page: 1 2 3 Next Page: New developments for ZSIFirst published by IBM developerWorks