README revision ada1678a4262b208a7b87391f520a7767d25287c
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajmaThis test case has :
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajma--------------------
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajma
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajmaA simple webservice returns the sum of two integers. This is bundled as a
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajmaservlet inside a WAR file. This WAR file is included in the service assembly
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajmaand is deployed by the JavaEE Service Engine.
0df15ffb4219f8d3b14474bc44ae2da33be10a21hajma
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.