Name | Date | Size | |
---|---|---|---|
.. | 2012-03-06 15:30:16 | 8 | |
build.properties | 2012-03-06 15:30:16 | 2.7 KiB | |
build.xml | 2012-03-06 15:30:16 | 5.5 KiB | |
client | 2012-03-06 15:30:16 | 3 | |
dummy-client-su | 2012-03-06 15:30:16 | 4 | |
endpoint | 2012-03-06 15:30:16 | 3 | |
jbi.xml | 2012-03-06 15:30:16 | 2.5 KiB | |
README | 2012-03-06 15:30:16 | 628 | |
soap-binding-su | 2012-03-06 15:30:16 | 4 | |
web.xml | 2012-03-06 15:30:16 | 2.9 KiB |
README
This test demonstrates usage of a composite application when JavaEE SE is provider. There
is a Calculator webservice with add operation that adds two numbers. Client is a standalone
Java application which sends request to the webservice through HTTP SOAPBinding.
ant all of this test does the following :
1. task setup: A service assembly is created and deployed that contains a JavaEE service unit providing calculator service and a HTTP BC service unit that consumes calculator service.
2. task runtest: Client sends an add request through SOAP binding,
3. task undeploy: undeploys the composite application from from JBI