generate
index
/home/groups/p/py/pywebsvcs/src/ZSI/generate/__init__.py

# $Id: __init__.py 1261 2006-10-10 23:45:43Z boverhof $

 
Package Contents
       
commands
containers
pyclass
utility
wsdl2dispatch
wsdl2python

 
Classes
       
exceptions.Exception
WSDLFormatError
WSInteropError
Wsdl2PythonError
WsdlGeneratorError
WSISpec

 
class WSDLFormatError(exceptions.Exception)
    Detected errors in the WSDL document.
 
  Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class WSISpec
     Data and other attributes defined here:
R2203 = 'An rpc-literal binding in a DESCRIPTION MUST ref... that have been defined using the type attribute.'
R2710 = 'The operations in a wsdl:binding in a DESCRIPTIO...e signatures that are different from one another.'
R2717 = 'An rpc-literal binding in a DESCRIPTION MUST hav...solute URI, on contained soapbind:body elements.'
R2729 = 'A MESSAGE described with an rpc-literal binding ...peration name suffixed with the string "Response"'

 
class WSInteropError(exceptions.Exception)
    Conformance to WS-I Basic-Profile 1.0 specification
 
  Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class Wsdl2PythonError(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
class WsdlGeneratorError(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)

 
Data
        __all__ = ['wsdl2python', 'utility', 'containers', 'commands']