6.0

Table Of Contents
vSphere Web Services SDK Developer’s Setup Guide
32 VMware, Inc.
rem These 2 long SED lines wrap:
"%SED_HOME%"\sed.exe "s#\[System.Xml.Serialization.XmlIncludeAttribute#//&#" <VimService.cs
>VimService.cs.temp
"%SED_HOME%"\sed.exe "s#public partial class VimService
#\[System.Xml.Serialization.XmlSerializerAssemblyAttribute\(AssemblyName =
\"Vim25Service.XmlSerializers\")\]\n &#" <VimService.cs.temp >VimService.cs
rem This long line wraps:
csc.exe /t:library /out:Vim25Service.dll /r:"%WSE_HOME%\Microsoft.Web.Services3.dll"
VimService.cs
echo "Copying DLLs into library directory..."
copy Vim25Service*.dll lib
:end