Java ProductDB Class SOAP Web Service
This project involved modifying a Java-based SOAP Web Service emulator by adding a custom product record. I updated the ProductDB.java class to include a new textbook and confirmed it through a JSP client application.
- Added a new textbook: "Hello World by Jason Randall Nelson" with product code NELJ.
- Validated the new record using the ProductDBClassTester.jsp page.
- Captured the full input and output results into project documentation (PDF).