August 2010
Intermediate to advanced
1500 pages
54h 49m
English
Now that you have a better understanding of XML, let’s look at the basic XML file structure of a BDC model definition file at a high level. Listed here is an example of a BDC model definition file:
<Model>
<LobSystems/>
<LobSystem>
<LobSystemInstances/>
<Entities>
<Entity>
<Methods>
<Method>
<Parameters/>
<MethodInstances/>
</Method>
</Methods>
</Entity>
</Entities>
</LobSystem>
</LobSystems>
</Model>A LOBSystem, short for line-of-business system, in the XML document loosely correlates to a single data source, such as Amazon web service or an SQL database. LOBSystems contain properties that describe how to connect to and authenticate the data source. Within a LOB-System, there are multiple entities, each ...
Read now
Unlock full access