kvp511,
Haha, yea it does take a few more lines of code. However, the QueryService seems to be a lot faster for getting all the VApp references than:
List<ReferenceType> vAppRefs = VCloudVirtualDataCenter.GetVappRefs();
So I was hoping that the same would be true for getting the VM references using the QueryService. We have 50+ VApps, that each have 10 or more VMs. The init time for my application is a bit lengthy, so I was just trying to speed things up a bit.
Thank you for verifying that you also encounter the error. Glad it is not just me ;}
t