Difference between revisions of "Zolera SOAP Infrastructure"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Overview= | |||
Python module which implements SOAP services. | Also known as ZSI, Zolera SOAP Infrastructure is a Python module which implements SOAP services. See [http://pywebsvcs.sourceforge.net/ Python Web Services (ZSI)] | ||
See [http:// | =See Also:= | ||
* [http://sourceforge.net/projects/pythonsoap/ PySOAP] | |||
* [http://sourceforge.net/project/showfiles.php?group_id=6473 PyXML] | |||
=Documentation= | |||
See: | |||
* [http://www.performiq.com.au/kb/images/ZSI_Paper_holger.pdf ZSI Tutorial Paper by Holger Joukl] | |||
* [http://www.performiq.com.au/kb/images/ZSI_Cookbook.pdf ZSI Cookbook] | |||
* [http://www.performiq.com.au/kb/images/ZSI_2_0_Users_Guide.pdf ZSI 2.0 User's Guide] | |||
* [http://www.performiq.com.au/kb/images/ZSI_2_0_Developers_Guide.pdf ZSI 2.0 Developer's Guide] | |||
=Module Customizations= | |||
See [[ZSI Customizations]] | |||
[[Category:Python]] | |||
[[Category:ZSI]] | |||
[[Category:SOAP]] |
Latest revision as of 13:23, 17 March 2008
Overview
Also known as ZSI, Zolera SOAP Infrastructure is a Python module which implements SOAP services. See Python Web Services (ZSI)
See Also:
Documentation
See: