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
- Create a Web project "WebProjA", copy this file into the source folder:
WebProj.zip
- Create another Web project "ProjB", copy these files into the source folder:
dependentProj.zip
- Use project properties to create dependency of WebProjA to ProjB.
- Copy dependent JAR into WebProjA's WebContent/Web-INF/lib directory.
- Go through bottom-up Web service scenario with generate proxy and test.
- Use the sample JSP and make sure you can invoke both services.
Part 2 - dependent Java project
- Repeat Part 1 changing ProjB to Java project instead of Web project.