Last Version

soap-server - XML based SOAP server 0.0.2

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.

License

License

GroupId

GroupId

com.xkcoding
ArtifactId

ArtifactId

soap-server
Version

Version

0.0.2
Type

Type

bundle
Description

Description

soap-server - XML based SOAP server
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.

Download soap-server 0.0.2

Dependencies

compile (8)

Group / Artifact Type Version
com.xkcoding : soap-builder jar 0.0.2
org.springframework.ws : spring-ws-core jar 2.1.1.RELEASE
org.mortbay.jetty : jetty-embedded jar 6.1.26
org.mortbay.jetty : jetty-java5-threadpool jar 6.1.26
com.googlecode.guava-osgi : guava-osgi jar 11.0.1
commons-logging : commons-logging jar 1.1.1
org.slf4j : slf4j-api jar 1.6.6
org.slf4j : slf4j-log4j12 jar 1.6.6

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.