6.0
Table Of Contents
- vSphere Web Services SDK Developer’s Setup Guide
- Contents
- About the vSphere Web Services SDK
- Knowledge Required for Using the vSphere Web Services SDK
- Programming Languages Supported by the vSphere Web Services SDK
- Types of Applications That You Can Build Using This SDK
- Downloading the vSphere Web Services SDK
- vSphere Web Services SDK Package Contents
- SDK Versions and VMware vSphere Product Compatibility
- Setting Up for Java Development
- Setting Up for Microsoft C# Development
- vSphere Server Certificates
- Scripting the C# DLL Build
- Index
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