Bottom up Web services with dependent project

Description:

This test will cover creating bottom-up Web service with dependency on:

Instructions:

Part 1 - dependent Web project

  1. Create a Web project "WebProjA", copy this file into the source folder:
    WebProj.zip
  2. Create another Web project "ProjB", copy these files into the source folder:
    dependentProj.zip
  3. Use project properties to create dependency of WebProjA to ProjB.
  4. Copy dependent JAR into WebProjA's WebContent/Web-INF/lib directory.
  5. Go through bottom-up Web service scenario with generate proxy and test.
  6. Use the sample JSP and make sure you can invoke both services.

Part 2 - dependent Java project

  1. Repeat Part 1 changing ProjB to Java project instead of Web project.