WSDL生成dll
--生成代理类
wsdl /l:cs /n:OAWebService /out:D:OAWebService.cs D:\OAWebService.WSDL
--生成dll
csc /out:D:OAWebService.dll /T:library D:\OAWebService.cs
转载于:https://www.cnblogs.com/KingUp/p/5722566.html
总结
- 上一篇: iOS开发UI基础—手写控件,frame
- 下一篇: ant 使用指南
--生成代理类
wsdl /l:cs /n:OAWebService /out:D:OAWebService.cs D:\OAWebService.WSDL
--生成dll
csc /out:D:OAWebService.dll /T:library D:\OAWebService.cs
转载于:https://www.cnblogs.com/KingUp/p/5722566.html