Hi All,
I have a url for one wcf service. I want to call two operations from this web service in a web application. Can any one please clarify my questions below?
I think to consume the web service, I have to do the following
1. Create "XXXSvcClient.cs" client class corresponding to the service. - I am not sure how I can acheive this from the url. I see my existing project has classes like this for other services. I am guessing I need to create similar one. - How can I do this?
2.Add end point address in the web.config?
3.Are there any other steps to do to set up the client?
I am just starting with consuming a wcf service in my web applications. I would appreciate if any one could point me in right direction.
Thanks,
sreethi
Go to the complete details ...