How To Use Svcutil.exe Tool

Hello friends, in this post I am going explain how we can create a client for web service and this is tested on window 7. For this what steps we need to perform and what we need?

  1. Path of webservices.
  2. svcutil.exe tool

svcutil.exe tool can be find at “C:Program Files (x86)Microsoft SDKsWindowsv7.0ABinsvcutil.exe””, please doubleĀ  check this on your pc. So first we need to open the command prompt Go to the start menu of window, then type run and press enter. After this small box will appear, type cmd in the box then press enter Paste this command(mentioned below) in the command prompt window “C:Program Files (x86)Microsoft SDKsWindowsv7.0ABinsvcutil.exe” /language:cs /out:generatedProxy.cs http://Your URL That’s all This will create a cs file and also create another file which is for configure the SOAP setting in web.config(without this configuration your application can’t connect with Merchant server). Enjoy…    

Leave a Reply