Which command is used to convert WSDL to a proxy

 Posted by Saratvaddilli on 1/18/2013 | Category: WCF Interview questions | Views: 4160 | Points: 40
Answer:

svcutil.exe command will convert the WSDL to a proxy class for our client

Open visual studio command prompt window
click on visual studio command prompt,set the current folder to the location where you want the generated proxy and configuration files to be created.

Run SvcUtil.exe to generate the output files.


| Alert Moderator 

Comments or Responses

Login to post response