Ok, Thanks, I've downloaded everything and read most of the SDK. I think I can still use a bit of guidance of wich components I need to develop (i.e. tasks, templates etc)
I actually want to accomplish the following scenario:
When I generate code based on the adapter Template Group (or mabye it's better to create a new template group?) I want to generate a seperate XML file for each entity and typed list in the project.
Something with a schema like
<Entity1>
<field name="Field1" Type="String" />
</Entity1>
I also have some additional questions:
Since my XML files are not very language specific how can I decouple it from .NET20 and or c#. ?
Is see there is a definition for the XML language but can not see it in the generate window?
At this stage it's a bit complex for me to grasp wich steps I need to implement so I hope you can help me with that.