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

soap-ws 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-ws
Версия

Версия

0.0.2
Тип

Тип

jar
Описание

Описание

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.
Система контроля версий

Система контроля версий

http://github.com/reficio/soap-ws

Скачать soap-ws 0.0.2

Имя Файла Размер
soap-ws-0.0.2.pom 15 KB
soap-ws-0.0.2-tests.jar 4 KB
Обзор

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • soap-common
  • soap-legacy
  • soap-builder
  • soap-client
  • soap-server
  • soap-it
  • soap-examples
  • soap-test