I'm having a hard time figuring out how to make LLBGen fit into my architecture. I've seen the Archecture posts, but haven't found exactly the answers I'm looking for. I'm using a pretty simple architecture which so many others appear to be using. My system is PL->BL->DL where PL communitates with BL through a webservice. However, in my world, PL can be implemented in .NEt, Java, Perl or whatever. So, the need that I seem to have that I'm not seeing answers for is how to tranfser data from entitycollections in a more generic form.
In other words, my question is - how do I get the heirarchical data from a complex entity collection (that has other entity collection within it) into a more generic XML format? In particular I would like to convert collection -> XMLDataDocument. I believe the XMLDataDocument fits this need of being generic enough for non .NET clients to consume. I would like to be able to convert collection to dataset as well for other purposes.
Has anyone done this?
Thank you in advance for any help.
-leah