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

posted @ 2016-07-31 10:53  飘....  阅读(600)  评论(0编辑  收藏  举报