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

soap-examples - arquillian 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.

Лицензия

Лицензия

Категории

Категории

Arquillian Тестирование приложения и мониторинг
Группа

Группа

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

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

arquillian
Версия

Версия

0.0.2
Тип

Тип

jar
Описание

Описание

soap-examples - arquillian
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.

Скачать arquillian 0.0.2


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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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
org.codehaus.groovy : groovy-all jar 2.1.2

provided (1)

Идентификатор библиотеки Тип Версия
org.jboss.spec : jboss-javaee-6.0 pom 1.0.0.Final

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.jboss.arquillian.junit : arquillian-junit-container jar
org.jboss.arquillian.container : arquillian-weld-ee-embedded-1.1 jar 1.0.0.CR3
org.jboss.weld : weld-core jar 1.1.5.Final
org.slf4j : slf4j-simple jar 1.6.4

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

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