DOC

com.xkcoding : soap-ws

Maven & Gradle

May 24, 2019
296 stars

soap-ws · soap-ws is a lightweight and easy-to-use Java library to handle SOAP message generation and SOAP message transmission on a purely XML level. With the usage of this library within few lines of code you can easily import your WSDL and generate SOAP messages directly in an XML format. Then you can use the SoapClient to transmit this message over HTTP(s) to a web-service endpoint. Finally, you can run SoapServer to receive SOAP messages and and respond to them. And all of that requires no classes or stubs generation - everything happens directly in an XML format.

Table Of Contents

Latest Version

Download com.xkcoding : soap-ws Javadoc & API Documentation - Latest Versions:

All Versions

Download com.xkcoding : soap-ws Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file soap-ws-0.0.2-javadoc.jar to soap-ws-0.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder soap-ws-0.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "soap-ws-0.0.2-sources.jar" -d "soap-ws-0.0.2-javadoc" -subpackages 

Advertisement