简体   繁体   中英

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

solved by a hint of @rene

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM