Application management : Tools : Enterprise Talk : About Enterprise Talk : Enterprise Talk - Architecture
Enterprise Talk - Architecture
Importing/exporting files is handled by the application server, not by the client. Consequently, Planon ProCenter files will upload files from / download files to a location on the application server.
Processing of XML elements is handled per main business object.
XML sample
The import will first read element 1 and then process element 2.
* 
Defining the main business object for an import file can affect the performance. If the main business object contains a limited amount of data, Enterprise Talk can quickly process this data. If it contains a whole range of data, this data will be stored in the cache till it is processed and this will affect performance.
For example, if Property is the main business object the XML contains a large data, and hence, the performance can suffer.