A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq

Thursday, July 23, 2009

Generating proxy with svcutil.exe

svcutil /t:code http://webserviceURL /out:proxy.cs /config:configuration.config
Copy contents from configuration.config to the config file of your application.
svcutil.exe is located in C:Program FilesMicrosoft SDKsWindowsv6.0ABin folder . This is the default path if you did not change the installation path during installation.