Client (version 0.12.0)
index
/home/groups/p/py/pywebsvcs/src/SOAPpy/Client.py

################################################################################
#
# SOAPpy - Cayce Ullman       (cayce@actzero.com)
#          Brian Matthews     (blm@actzero.com)
#          Gregory Warnes     (Gregory.R.Warnes@Pfizer.com)
#          Christopher Blunck (blunck@gst.com)
#
################################################################################
# Copyright (c) 2003, Pfizer
# Copyright (c) 2001, Cayce Ullman.
# Copyright (c) 2001, Brian Matthews.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# Neither the name of actzero, inc. nor the names of its contributors may
# be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
################################################################################

 
Modules
       
base64
exceptions
re
string
sys
urllib

 
Classes
       
HTTPTransport
SOAPAddress
SOAPProxy

 
class HTTPTransport
     Methods defined here:
call(self, addr, data, namespace, soapaction=None, encoding=None, http_proxy=None, config=<Config.SOAPConfig instance>)
# Need a Timeout someday?
getNS(self, original_namespace, data)
Extract the (possibly extended) namespace from the returned
SOAP message.

 
class SOAPAddress
     Methods defined here:
__init__(self, url, config=<Config.SOAPConfig instance>)
__repr__ = __str__(self)
__str__(self)

 
class SOAPProxy
    ################################################################################
# SOAP Proxy
################################################################################
 
  Methods defined here:
__getattr__(self, name)
__init__(self, proxy, namespace=None, soapaction=None, header=None, methodattrs=None, transport=<class Client.HTTPTransport>, encoding='UTF-8', throw_faults=1, unwrap_results=None, http_proxy=None, config=<Config.SOAPConfig instance>, noroot=0, simplify_objects=None)
invoke(self, method, args)

 
Functions
       
SOAPUserAgent()

 
Data
        Config = <Config.SOAPConfig instance>
StringTypes = (<type 'str'>, <type 'unicode'>)
__version__ = '0.12.0'
ident = '$Id: Errors.py 921 2005-02-15 16:32:23Z warnes $'
nested_scopes = _Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'alpha', 0), 16)