Exercise 9: Verification
- Configure the solution for multiple startup projects in this order:
- CalculatorService
- RoundingCalculatorService
- RouterService
- CalculatorClient
- Press F5 to debug the solution.
- In the CalculatorClient select Routed HTTP connection.
- Click the Use Rounding button in the toolbar.
- Click the Invoke Service button.
You should see values rounded to 1 decimal place.
Figure 34
The routing service routed messages to the rounding calculator service
- Click the Use Rounding button to turn off rounding.
- Click the Invoke Service button again.
- This time the router will select the regular calculator service, and you will see that the values are not rounded to one decimal place.
Next Step
Exercise 10: Backup Lists