How can we create Proxy for the WCF Service?
Ask by Anonymous User
Updated 23 Sep 2020
We 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