Share via


Exercise 8: Verification

In this verification, you will test the CalculatorClient application to see if it can route requests over HTTP as well as over TCP connections.

  1. Right-click the Ex-8ProtocolBriding solution, and select Set Startup Projects.
  2. Select the Multiple startup projects radio button, and set all three projects to Start.

    Figure 30

    Set Multiple Startup projects

  3. Click OK to dismiss the solution properties dialog.
  4. Press F5 to debug the solution. All three projects should now start.
  5. Select Routed HTTP Connection in the CalculatorClient toolbar dropdown.

    Figure 31

    Select the Routed HTTP Connection option

  6. Click Invoke Service to test the routed connection, it should invoke the service successfully.

    Figure 32

    The CalculatorClient invoking the service using routed HTTP

Next Step

Exercise 9: Content Based Routing