Just wondering if anyone has had any success doing a create deep insert using .NET Data Services? I am able to do everything else I've tried (querying, reading, create simple entities) but unable to create complex objects with deep insert using built in functionality.
The only way I have been able to do it is build up the XML payload manually and push that to the GW server. This does work, however it's very sloppy and has no validation as it is all free form XML.