Package uk.org.ogsadai.client.toolkit.soap

This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis.

See:
          Description

Class Summary
AttachmentManager This class is used to manage SOAP attachments.
AttachmentManager.MemoryOnlyDataSource This class caches attachments in memory.
SOAPCall This class wraps an Axis Call object, invokes service operations and parses and maps incoming SOAP faults to OGSA-DAI client toolkit faults if a suitable mapping exists.
 

Exception Summary
CreateDAIFaultException An internal problem arose in the client toolkit when trying to create an instance of an OGSA-DAI Web service fault class.
CTkSOAPException An internal problem arose in the client toolkit when trying to construct a SOAP message.
MapAxisFaultException There is no mapping for an Axis fault name to an OGSA-DAI fault class.
 

Package uk.org.ogsadai.client.toolkit.soap Description

This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis.