XML Doc is a XML String containing actual data.
We use EAI XML Converter Business service to get XML Doc. In Siebel Inbound Integration we get data in XML string form and in Outbound Integration we send data as XML string. This XML string is referred as XML Doc
We can use various methods of EAI XML converter BS such as
- IntObjHierToXMLDoc : Used to convert output of EAI Siebel Adapter Query method to XML Doc
- XMLDocToIntObjHier: Used to convert an XML String into Hierarchy which can be used by EAI Siebel Adapter BS to perform various operations such as Upsert, Delete, Synchronize etc
- DocToHier: Used to convert XML string to generic hierarchical property set
- HierToDoc: Used to convert Generic Hierarchy to XML String
