| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
object --+
         |
        Client
A lightweight web services client. (2nd generation) API.
    
  | 
|||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| Document | 
      
  | 
  ||
| Document | 
      
  | 
  ||
| Client | 
      
  | 
  ||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
    
  | 
|||
| [(key, value),...] | 
      
  | 
  ||
| dict | 
      
  | 
  ||
| sudsobject.Metadata | 
      
  | 
  ||
    
  | 
|||
| Factory | 
        factory The factory used to create objects.  | 
  ||
| str[2] | 
        messages The last sent/received messages.  | 
  ||
| ServiceDefinition | 
        sd The service definition  | 
  ||
| Service | 
        service The service proxy used to invoke operations.  | 
  ||
| Definitions | 
        wsdl The WSDL object.  | 
  ||
    
  | 
|||
| 
     Inherited from   | 
  |||
    
  | 
|||
  
 Extract the items from a suds object much like the items() method works on dict. 
  | 
  
 Convert a sudsobject into a dictionary. 
  | 
  
 Extract the metadata from a suds object. 
  | 
  
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 See Also: Options  | 
  
 Set options. 
 See Also: Options  | 
  
 Add static mapping of an XML namespace prefix to a namespace. This is useful for cases when a wsdl and referenced schemas make heavy use of namespaces and those namespaces are subject to changed. 
  | 
  
 Get last sent soap message. 
  | 
  
 Get last received soap message. 
  | 
  
 Get a shallow clone of this object. The clone only shares the WSDL. All other attributes are unique to the cloned object including options. 
  | 
  
 str(x) 
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |