Reputation: 49
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
Reputation: 49
solved by a hint of @rene
running " svcutil *.wsdl *.xsd /language:C#" from Developer Command Prompt
Upvotes: 1