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"
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