Using SvcUtil.exe to generate the proxy class and config file


Would you like to know how to use SvcUtil.exe to generate the proxy class and config file, then check this article for more detail.

Learn Using SvcUtil.exe to generate the proxy class and config file


Run svcutil.exe specifying metadata address

Open the visual studio command prompt or locate the svcutil.exe from the command prompt.

c:\programefiles\microsoft sdks\windows\v6.0A\bin> svcutil.exe "http://localhost/managecrm/managecrm.wsdl" /language:C#

//use above if you want to generate the proxy in c#
c:\programefiles\microsoft sdks\windows\v6.0A\bin> svcutil.exe "http://localhost/managecrm/managecrm.wsdl" /language:VB

//Use above if you want to generate the proxy in VB
To Get the helpwith svcuitl.exe use the following command
c:\programefiles\microsoft sdks\windows\v6.0A\bin> svcutil

The output.config and proxy class will be generated in the "c:\programefiles\microsoft sdks\windows\v6.0A\bin"


Comments



  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: