Uses of Class
org.ksoap2.SoapEnvelope

Packages that use SoapEnvelope
org.ksoap2.serialization This package contains support for the Soap Serialization specification. 
org.ksoap2.transport   
 

Uses of SoapEnvelope in org.ksoap2.serialization
 

Subclasses of SoapEnvelope in org.ksoap2.serialization
 class SoapSerializationEnvelope
           
 

Uses of SoapEnvelope in org.ksoap2.transport
 

Methods in org.ksoap2.transport with parameters of type SoapEnvelope
 void HttpTransport.call(java.lang.String soapAction, SoapEnvelope envelope)
          set the desired soapAction header field
 void HttpTransportSE.call(java.lang.String soapAction, SoapEnvelope envelope)
          set the desired soapAction header field
abstract  void Transport.call(java.lang.String targetNamespace, SoapEnvelope envelope)
          Perform a soap call with a given namespace and the given envelope.