You are creating an ASP.NET Web application. The application must call a WCF service by using a
WCF routing service. You need to ensure that the application can invoke the target service by using
the router endpoint. What should you do?
A.
Add a service reference to the router service. In the client binding configuration, specify the
address of the router service.
B.
Add a service reference to the target service. In the client binding configuration, specify the
address of the target service.
C.
Add a service reference to the router service. In the client binding configuration, specify the
address of the target service.
D.
Add a service reference to the target service. In the client binding configuration, specify the
address of the router service.