How can we create Proxy for the WCF Service?
3200
16-Apr-2011
Anonymous User
16-Apr-2011We can create proxy using the tool svcutil.exe after creating the service.
We can use the following command at command line.
svcutil.exe *.wsdl *.xsd /language:C# /out:SampleProxy.cs /config:app.config