Home | Trees | Indices | Help |
---|
|
The service selector is used to select a web service. In most cases, the wsdl only defines (1) service in which access by subscript is passed through to a PortSelector. This is also the behavior when a default service has been specified. In cases where multiple services have been defined and no default has been specified, the service is found by name (or index) and a PortSelector for the service is returned. In all cases, attribute access is forwarded to the PortSelector for either the first service or the default service (when specified).
|
|||
|
|||
PortSelector. |
|
||
PortSelector. |
|
||
PortSelector. |
|
||
PortSelector. |
|
|
|||
Client |
__client A suds client. |
||
list |
__services A list of wsdl services. |
|
|
Request to access an attribute is forwarded to the PortSelector for either the first service or the default service (when specified).
|
Provides selection of the service by name (string) or index (integer). In cases where only (1) service is defined or a default has been specified, the request is forwarded to the PortSelector.
|
Find a service by name (string) or index (integer).
|
Get the default service if defined in the options.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |