I am trying to build sdk dlls with VS2010. Following part works for building vim dlls
D:\vsphere5 sdk\SDK\vsphere-ws\dotnet\cs>wsdl /n:VimApi /o:VimService.cs ..\..\wsdl\vim\vim.wsdl ..\..\wsdl\vim\vimService.wsdl
D:\vsphere5 sdk\SDK\vsphere-ws\dotnet\cs>csc /t:library /out:VimService2010.dll VimService.cs
D:\vsphere5 sdk\SDK\vsphere-ws\dotnet\cs>sgen /p VimService2010.dll
However following command to build vim25 dlls fails
D:\vsphere5 sdk\SDK\vsphere-ws\dotnet\cs>wsdl /v /n:Vim25Api /o:Vim25Service.cs ..\..\wsdl\vim25\vim.wsdl ..\..\wsdl\vim25\vimService.wsdl
Microsoft (R) Web Services Description Language Utility
[Microsoft (R) .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation. All rights reserved.
Error: Could not find a part of the path 'd:\vsphere5%20sdk\sdk\vsphere-ws\wsdl\vim25\query-messagetypes.xsd'.
If you would like more help, please type "wsdl /?".
Can somebody help me get rid of this error?
Thanks,
Vivek.