Последняя версия

com.xkcoding:soap-common 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.

Лицензия

Лицензия

Группа

Группа

com.xkcoding
Идентификатор

Идентификатор

soap-common
Версия

Версия

0.0.2
Тип

Тип

jar
Описание

Описание

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.

Скачать soap-common 0.0.2


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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.9
wsdl4j : wsdl4j jar 1.6.2
com.googlecode.guava-osgi : guava-osgi jar 11.0.1
commons-io : commons-io jar 2.3
org.apache.commons : commons-lang3 jar 3.1
commons-logging : commons-logging jar 1.1.1
xmlunit : xmlunit jar 1.3

Модули Проекта

Данный проект не имеет модулей.