| Name | Date | Size | |
|---|---|---|---|
| .. | 2012-03-06 15:30:16 | 8 | |
| build.properties | 2012-03-06 15:30:16 | 2.6 KiB | |
| build.xml | 2012-03-06 15:30:16 | 7.6 KiB | |
| client | 2012-03-06 15:30:16 | 3 | |
| client-sun-web.xml | 2012-03-06 15:30:16 | 2.2 KiB | |
| client-web.xml | 2012-03-06 15:30:16 | 2.8 KiB | |
| dummy-client-su | 2012-03-06 15:30:16 | 4 | |
| endpoint | 2012-03-06 15:30:16 | 3 | |
| javaee-se-serviceunit | 2012-03-06 15:30:16 | 4 | |
| README | 2012-03-06 15:30:16 | 772 | |
| RepRunConf.txt | 2012-03-06 15:30:16 | 2 KiB | |
| sun-web.xml | 2012-03-06 15:30:16 | 2.2 KiB | |
| web.xml | 2012-03-06 15:30:16 | 2.9 KiB | |
| webclient | 2012-03-06 15:30:16 | 3 |
README
This test case has :
--------------------
A simple webservice returns the sum of two integers. This is bundled as a
servlet inside a WAR file. This WAR file is included in the service assembly
and is deployed by the JavaEE Service Engine.
A simple servlet (with jbi_enabled=true) to access this web service
A simple java client to invoke this servlet
The test case uses:
------------------
Java EE Service Engine as the consumer.
Java EE Service Engine as the provider.
client <----> servlet <-----> JavaEE SE <-----NMR------> JavaEE SE <------> webservice
Expected result:
----------------
The Java EE Service Engine should successfully deploy the service unit.
Java client should be able to successfully invoke the webservice and get
the sum of two numbers.