Run the WPF Client

Walks you through the process of running the generated WPF client to debug the MakeCheckAppt REST Web service.
  1. From the Solution Explorer, right-click MakeCheckApptWPFApp; then click Debug > Start new instance.
  2. Click the MakeAppt tab.

    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.

  3. Complete the fields:
    lnkcustomer_name Benton Riley
    lnkconsultant_id 8706
    lnkYyyy 2525
    lnkMm 1
    lnkDd 1
    lnktime_slot 5
    lnkop_ok leave blank
  4. Click Submit.

    If the appointment is available, a y is returned to the lnkop_ok field; otherwise, an n is returned.

  5. Click the CheckAppt tab.

    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.

  6. Complete the fields:
    lnkcustomer_name Benton Riley
    lnkconsultant_id 8706
    lnkYyyy 2525
    lnkMm 1
    lnkDd 1
    lnkop_ok leave blank
    lnkcust_id leave blank
  7. Click Submit.

    If the appointment is in the system, a y is returned to the lnkop_ok field, and the appointment is visible in the fifth time slot listed on the array.

  8. To exit the application and stop debugging, click Exit.
    Note: As an alternative, click DEBUG > Stop Debugging to stop debugging at any time during the debugging process.

This concludes the tutorial.