Category: Siebel EAI Interview Questions

Siebel EAI Interview Questions – EAI Siebel Adapter

Question: Explain the methods of EAI Siebel Adapter Answer: EAI Siebel Adapter is pre-build business service which interacts with Siebel Object manager to perform CRUD operations on Siebel Database. Following methods are available on the service: Query Query method is used to query data from Siebel, output of this method is Integration Object instance. Query can be executed using : Row id of…

Siebel EAI Interview Questions – Integration Objects & XML

Question: How to generate XML in Siebel? Answer: Use EAI Siebel Adapter Business Service Query method and then EAI XML Converter Service Method HierToDoc to generate XML Doc. Question What is the difference between External & Internal Integration Object?  Answer: Internal Integration Object refers to Siebel Business Object for querying and saving data.External Integration Object refers to XML schema, one can not use query or insert operation on external integration object.To…