I'm testing out the new XmlProxy web methods using example #2 (I own both sides of the wire). My model has a parent Contact entity and a nested child Person. When I try doing a ListPersons using the serialization, all I'm seeing coming back are the PersonProxyStub instances - without the nested ContactProxyStub instances. Is this a limitation and, if so, any ideas how to work around this? Prior to getting the latest release, I built a separate business object schema dll where I had "flattened out" my parent child stuff. I did this "by hand" using the UpToContact method to grab and populate those fields in the "flattened" Person instance before returning it. Ideas?
Thanks,
John