Creating Back Classes from WSDL

I have a description of the WSDL protocol that I need to implement (-> the client "knows" the API, I just need to write a server for it). Is there any tool for C # that will generate some start classes for me?

+1
source share
3 answers

Of course - check svcutil.exe.

From MSDN:

The ServiceModel metadata utility tool is used to create a service model code from metadata documents and document metadata from a service model code.

The ServiceModel metadata utility tool can be found in the Windows SDK installation location, specifically C: \ Program Files \ Microsoft SDKs \ Windows \ v6.0 \ Bin

svcutil.exe - WCF - WCF, .NET 3.0 .

+4

WSCF Blue, WSDL xsd, WSDL. .

0

wsdl.exe is a standard utility for working with wsdl services. Here is the link http://msdn.microsoft.com/en-us/library/7h3ystb6(VS.80).aspx

0
source

All Articles