ZSI Examples

From PeformIQ Upgrade
Revision as of 08:47, 8 February 2008 by PeterHarding (talk | contribs)
Jump to navigation Jump to search

Some Python ZSI Examples

CDPBilling

Python SOAP - CDP Billing

SaintBook

$ cat wsdl.sh 
#!/bin/sh

wget http://saintbook.org/MightyMaxims/MightyMaxims.asmx?WSDL

<pre>

<pre>
from ZSI.wstools import WSDLTools

...

location = 'http://saintbook.org/MightyMaxims/MightyMaxims.asmx?WSDL'

load = reader.loadFromURL

wsdl = load(location)
...