Package ndg :: Package soap :: Module client
[hide private]

Module client

source code

SOAP client module for NDG SAML - for use with SAML SOAP binding

NERC DataGrid Project


Date: 27/07/09

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

License: http://www.apache.org/licenses/LICENSE-2.0

Classes [hide private]
  SOAPClientError
Base class for SOAP Client exceptions
  SOAPParseError
Error parsing SOAP response
  SOAPClientBase
Handle client request to a SOAP Service
  _SoapIOBase
Base class for request and response classes
  SOAPRequestBase
Interface for SOAP requests
  SOAPResponseBase
Interface for SOAP responses
  UrlLib2SOAPClientError
Specialisation to enable the urllib2 response to be included in the exception instance as context information for the caller
  SOAPResponseError
Raise for invalid SOAP response from server
  HTTPException
Server returned HTTP code error code
  UrlLib2SOAPRequest
Interface for UrlLib2 based SOAP Requests
  UrlLib2SOAPResponse
Interface for UrlLib2 based SOAP Responses
  CapitalizedKeysDict
Extend dict type to make keys capitalized.
  UrlLib2SOAPClient
urllib2 based SOAP Client
Variables [hide private]
  __revision__ = '$Id: client.py 7131 2010-06-30 13:37:48Z pjker...
  log = logging.getLogger(__name__)
  __package__ = 'ndg.soap'
Variables Details [hide private]

__revision__

Value:
'$Id: client.py 7131 2010-06-30 13:37:48Z pjkersha $'