6 lines
362 B
Batchfile
6 lines
362 B
Batchfile
SET WSDL="C:\Program Files (x86)\Microsoft WSE\v3.0\Tools\WseWsdl3.exe"
|
|
SET WSE_CLEAN=..\Tools\WseClean.exe
|
|
SET SERVER_URL=http://localhost:9005
|
|
|
|
%WSDL% %SERVER_URL%/esLync.asmx /out:.\WebsitePanel.EnterpriseServer.Client\LyncProxy.cs /namespace:WebsitePanel.EnterpriseServer /type:webClient
|
|
%WSE_CLEAN% .\WebsitePanel.EnterpriseServer.Client\LyncProxy.cs
|