At this point, you are now ready to run the WPF client to access the new service.
You need to build the client project before running it.
Here you enter the variable information that the system requires to schedule an appointment, including the customer name, consultant ID, the year, month, and day of the desired appointment, and the desired appointment time slot.
lnkcustomer_name | Benton Riley |
lnkconsultant_id | 8706 |
lnkYyyy | 2525 |
lnkMm | 1 |
lnkDd | 1 |
lnktime_slot | 5 |
lnkop_ok | leave blank |
If the appointment is available, a y is returned to the Inkop_ok field; otherwise, an n is returned.
Here you enter the variable information that the system requires to look up an appointment, including the customer name, consultant ID, and the year, month, and day of the appointment.
lnkcustomer_name | Benton Riley |
lnkconsultant_id | 8706 |
lnkYyyy | 2525 |
lnkMm | 1 |
lnkDd | 1 |
lnkop_ok | leave blank |
lnkcust_id | leave blank |
If the appointment is in the system, a y is returned to the Inkop_ok field, and the appointment is visible in the fifth time slot listed on the array.
This concludes the Web Services Service Interface tutorial.