Deprecated API

Deprecated Classes
org.ksoap.opt.ExtendedClassMap
          Please use org.ksoap.marshal.MarshalDate and MarshalBase64 instead. An extended version of the class map that is able to handle Dates and byte arrays. 
org.ksoap.opt.ExtendedClassMapSE
          Please use org.ksoap.MarshalFloat instead. A version of the extended class map for the Java 2 Standard Edition that is also able to handle Float, Double and BigDecimal. 
 

Deprecated Methods
org.ksoap.SoapObject.addProperty(String, ElementType, Object)
          Adds a property (parameter) to the object. This is essentially a sub element. 
 

Deprecated Constructors
org.ksoap.opt.ExtendedClassMap()
            
org.ksoap.opt.ExtendedClassMap(boolean)
            
org.ksoap.opt.ExtendedClassMapSE()
            
org.ksoap.opt.ExtendedClassMapSE(boolean)