README revision ada1678a4262b208a7b87391f520a7767d25287c
883N/AThis test case has :
883N/A--------------------
883N/A
883N/AA simple webservice returns the sum of two integers. This is bundled as a
883N/Aservlet inside a WAR file. This WAR file is included in the service assembly
883N/Aand is deployed by the JavaEE Service Engine.
883N/A
883N/AA simple servlet (with jbi_enabled=true) to access this web service
883N/A
883N/AA simple java client to invoke this servlet
883N/A
883N/AThe test case uses:
883N/A------------------
883N/A
883N/AJava EE Service Engine as the consumer.
883N/A
883N/AJava EE Service Engine as the provider.
883N/A
883N/Aclient <----> servlet <-----> JavaEE SE <-----NMR------> JavaEE SE <------> webservice
883N/A
883N/AExpected result:
883N/A----------------
883N/A
883N/AThe Java EE Service Engine should successfully deploy the service unit.
883N/A
883N/AJava client should be able to successfully invoke the webservice and get
883N/Athe sum of two numbers.
883N/A
883N/A