9.15 BUILD WINDOWS-BASED PROJECT TO CONSUME THE WEB SERVICE PROJECT To consume our Web Service project, we need to build some Windows-based projects to call differ-ent operations to perform related actions to our database. To save time and space, we can use two of our projects, WinClientFaculty _ Select, which was built in Section 9.6, […]
Update the Web Service Reference for Our Window-Based Client Project – Develop Java Web Services to Access Databases
9.15.1 Update the Web Service Reference for Our Window-Based Client Project Prior to any code development, we need first to update our Web Service Reference to enable our cli-ent project to use the correct Web Service. Perform the following operations to set up a Web service reference for our client project: 1) Build and deploy […]
Build Code for the Select Button Event Handler to Query CourseIDs – Develop Java Web Services to Access Databases
9.15.3 Build Code for the Select Button Event Handler to Query CourseIDs The function of this method is to query all course _ id taught by the selected faculty member when the Select button is clicked by the user. The queried result will be added and displayed in the Course ID List box in this […]