Difference between revisions of "ZSI Examples"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 28: | Line 28: | ||
[[Category:Python]] | [[Category:Python]] | ||
[[Category: | [[Category:ZSI]] | ||
Revision as of 15:41, 19 February 2008
Some Python ZSI Examples
CDPBilling
SaintBook
$ cat wsdl.sh #!/bin/sh wget http://saintbook.org/MightyMaxims/MightyMaxims.asmx?WSDL
from ZSI.wstools import WSDLTools ... location = 'http://saintbook.org/MightyMaxims/MightyMaxims.asmx?WSDL' load = reader.loadFromURL wsdl = load(location) ...