About mSoap
mSoap is a free SOAP client library for Java ME (J2ME) originally designed for use with the GLUE SOAP server library. However it is the authors hope and goal that it will work well with most SOAP servers.
Features
- Support for rpc-encoding and document-literal encoding styles
- Statefull transport
- Support for primitive and complex data types
Requirements
mSoap requires CLDC 1.1 and MIDP 1.0. The reason for the rather harsh CLDC 1.1 requirement is that mSoap's support for double primitive type depends on the existence of java.lang.Double. This is likely to be remedied in a future release. In the mean time it should be a relatively simple task to remove all references to double and recompile mSoap.