cortadillo0815
cortadillo0815

Reputation: 49

Howto create code from wsdl and separated Xsd

i got a local wsdl file referencing two separate Xsd files. how can I create the relate [c#] classes to that service ?

I tried to use wsdl.exe , but it ignores the Xsd files located in the same folder

Upvotes: 3

Views: 1148

Answers (1)

cortadillo0815
cortadillo0815

Reputation: 49

solved by a hint of @rene

running " svcutil *.wsdl *.xsd /language:C#" from Developer Command Prompt

Upvotes: 1

Related Questions