Click here to Skip to main content
16,004,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if i have given endpoint "http:\abc\serv1" in service config and in same config i have given endpoint address="http:\abc\xyz\serv1" under "client " tag,
Which endpoint will be used by client to calll service???

Appolozies,If it is too basic question to ask.
Posted
Comments
fjdiewornncalwe 3-Oct-12 13:30pm    
The easy way to find out would be to modify one of the config endpoints so that they are unique, put a breakpoint in your code where the service gets called and check which endpoint gets assigned.
vicvis 4-Oct-12 2:26am    
Thanks for the comment.Actually my motive is to understand "why we provide endpoints under client tag"?

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