Integration XML Structure
62
Integration Guide
Integration XML Structure
The standard format for all integration XML messages that are exchanged
through the integration framework is an object structure within a root element.
Standard services do not support the use of object structures.
For example, the XML has the following format which is based on the PERSON
object structure:
<syncMXPERSON> (root element)
<MXPERSON> (object structure element)
<PERSON> (object element)
<PHONE> (object element)
</PHONE> (object element)
<EMAIL> (object element)
</EMAIL> (object element)
<SMS> (object element)
</SMS> (object element)
</PERSON>
</MXPERSON>
</syncMXPERSON>
Integration XML Content
The content of any XML document is based on the associated object structure and
the operation that the channel or service performs.
The following channels and services are available.
T Invocation channel
T Publish channel
T Enterprise service
T Object structure service
T Standard service