Even though not supported I have been trying to generate a working proxyclass for Silverlight compatible C# for Windows Phone.
Generating the proxy class, it creates an enormous file, but that is not an issue for now.
However, when I compare the VimService.cs file after generation with SLsvcUtil.exe and wsdl.exe, I am missing the entire "VimService" class inside the file created by SLsvcUtil. Possible because it is a "System.Web.Services.Protocols.SoapHttpClientProtocol" class which seems to be not supported (System.Web not at all).
Did anyone try to do this before? For now it seems like mission impossible (not a C# expert). Does anyone have a clue what I could possibly do?