Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could anyone help me on how I can communicate with a WCF service, hosted in multiple servers, from a Windows Service by using the ENDPoint address of the WCF service ...
Posted
Updated 1-Apr-10 11:12am
v2

1 solution

Add the service reference of all the WCF service to your windows service. You will get the proxy of all the services, using that proxy you can interact with the WCF service.

Note: If you create the proxy through adding the service reference in that case you don’t need to specify the endpoint at your end, visual studio adds all the configuration for you in your configuration file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900