9.11.3 Deploy and Test the Web Service Project Perform the following operations to build and deploy our Web service project: A problem arises when testing the UpdateFaculty() operation of this Web service using the tester page, which is the input parameter array fdata. As we know, fdata has a data type of ArrayList, and it […]
Deploy and Test the Web Service Project 2 – Develop Java Web Services to Access Databases
Recall that when we built our sample Oracle database, CSE _ DEPT, in Chapter 2, we created all original columns in different Tables for an original faculty record. For example, for an original faculty member, Ying Bai, we setup a faculty _ id related to that member in the LogIn Table and detailed information with […]