Package org.ksoap2

This package contains basic classes required for handling SOAP Envelopes and literal XML content.

See:
          Description

Class Summary
SoapEnvelope A SOAP envelope, holding head and body objects.
 

Exception Summary
SoapFault Exception class encapsulating SOAP Faults
 

Package org.ksoap2 Description

This package contains basic classes required for handling SOAP Envelopes and literal XML content. Please refer to the documentation of SoapEnvelope for more detailed information.

Support for the SOAP Serialization XML content format is contained in the package org.ksoap2.serialization. Support for performing SOAP calls via the network (sending and receiving SoapEnvelopes) is available in the package org .ksoap2.transport.