hi,
How can we create a proxy for WCF application ? Please guide us.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 29, 2012, 4:16 AM
You need to use the svcutil.exe tool, which will create the proxy classes for the given end point.
You can instantiate the proxy classes to make the request to the services.
I suggest you to go through some the following links to do step by step:
http://chakkaradeep.wordpress.com/2008/08/07/generating-wcf-proxy-using-svcutilexe/
http://msdn.microsoft.com/en-us/library/ms733133.aspx
http://www.codeproject.com/Articles/33297/WCF-Proxy-Generation-Options