Pages

Men

rh

7/06/2012

How can we create Proxy for the WCF Service?

How can we create Proxy for the WCF Service?
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

No comments :

Post a Comment