Monday 25 March 2013

c# generate class from wsdl definition

How to generate cs file from wsdl

  1. Save file to place where you can read and write
  2. open Developer command prompt for VS 2010/2012
  3. Execute command (update where you need)

wsdl yourWsdlDefinition.wsdl /out:MyProxyClass.cs




No comments:

Post a Comment