svcutil Archive

  • svcutil.exe is a command line to generate wcf proxies from wsdl files (and more). for example the following command: $> svcutil http://localhost/MyServices/Service.svc?WSDL will generate Service.cs which is the proxy you...

    svcutil.exe with a wsdl on the local disk

    svcutil.exe is a command line to generate wcf proxies from wsdl files (and more). for example the following command: $> svcutil http://localhost/MyServices/Service.svc?WSDL will generate Service.cs which is the proxy you...

    Continue Reading...