What is jSoapServer?

jSoapServer is java library that can be used by other java programs to provide a SOAP Interface to external programs.

jSoapServer is a standalone SOAP server. So there is no need for java programs to run in application server containers (e.g. Apache Tomcat) to get the possibility to contact them via SOAP calls.

Features

jSoapServer provides the following features:

  • Multithreaded soap server
  • usage of thread pools
  • support of gzip content encoding
  • support of deflate content encoding
  • support of persistent connections (http keep-alive feature)
  • support of SOAP 1.1/1.2
  • support of WSDL generation
  • support of servlice list generation
  • support of SOAP Attachments (DIME, MIME)

License

jSoapServer is licensed under the GNU Library or "Lesser" Public License (LGPL).

Credits

jSoapServer is based on two other libraries which were bundled together and combined with additional features to provide the desired functionality.
This two libraries are:

See here for a full list of dependencies required for jSoapServer.

Contact

Any questions? Contact Martin Thelian

Other project I'm involved in: Check4Update, YaCy, Paxle