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

soap-test - soap testing tools 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-test
Версия

Версия

0.0.2
Тип

Тип

jar
Описание

Описание

soap-test - soap testing tools
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-test 0.0.2


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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.xkcoding : soap-client jar 0.0.2
com.xkcoding : soap-server jar 0.0.2

provided (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.spockframework : spock-core jar 0.7-groovy-2.0

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

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