home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / ZSI / generate / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2011-10-05  |  1.7 KB  |  32 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. __all__ = [
  5.     'wsdl2python',
  6.     'utility',
  7.     'containers',
  8.     'commands']
  9.  
  10. class WSDLFormatError(Exception):
  11.     pass
  12.  
  13.  
  14. class WsdlGeneratorError(Exception):
  15.     pass
  16.  
  17.  
  18. class Wsdl2PythonError(Exception):
  19.     pass
  20.  
  21.  
  22. class WSInteropError(Exception):
  23.     pass
  24.  
  25.  
  26. class WSISpec:
  27.     R2203 = 'An rpc-literal binding in a DESCRIPTION MUST refer, in its soapbind:body element(s), only to wsdl:part element(s) that have been defined using the type attribute.'
  28.     R2710 = 'The operations in a wsdl:binding in a DESCRIPTION MUST result in wire signatures that are different from one another.'
  29.     R2717 = 'An rpc-literal binding in a DESCRIPTION MUST have the namespace attribute specified, the value of which MUST be an absolute URI, on contained  soapbind:body elements.'
  30.     R2729 = 'A MESSAGE described with an rpc-literal binding that is a response message MUST have a wrapper element whose name is the corresponding wsdl:operation name suffixed with the string "Response"'
  31.  
  32.