Last Version

soap-examples - quickstart 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

quickstart
Version

Version

0.0.2
Type

Type

jar
Description

Description

soap-examples - quickstart
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 quickstart 0.0.2


<!-- https://jarcasting.com/artifacts/com.xkcoding/quickstart/ -->
<dependency>
    <groupId>com.xkcoding</groupId>
    <artifactId>quickstart</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xkcoding/quickstart/
implementation 'com.xkcoding:quickstart:0.0.2'
// https://jarcasting.com/artifacts/com.xkcoding/quickstart/
implementation ("com.xkcoding:quickstart:0.0.2")
'com.xkcoding:quickstart:jar:0.0.2'
<dependency org="com.xkcoding" name="quickstart" rev="0.0.2">
  <artifact name="quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xkcoding', module='quickstart', version='0.0.2')
)
libraryDependencies += "com.xkcoding" % "quickstart" % "0.0.2"
[com.xkcoding/quickstart "0.0.2"]

Dependencies

compile (8)

Group / Artifact Type Version
com.xkcoding : soap-builder jar 0.0.2
com.xkcoding : soap-test jar 0.0.2
com.xkcoding : soap-client jar 0.0.2
com.xkcoding : soap-server jar 0.0.2
com.googlecode.guava-osgi : guava-osgi jar 11.0.1
commons-logging : commons-logging jar 1.1.1
org.springframework : spring-test jar 3.1.2.RELEASE
org.codehaus.groovy : groovy-all jar 2.1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.