Virtual business components (VBCs) are mechanisms in Siebel EAI by which data from an external system can be viewed in Siebel applications without having to store that data within the Siebel Database.
Class of VBC needs to be set as CSSBCVExtern as this class provides the VBC functionality.
A VBC requires a business service to provide the following standard methods for manipulating external data
1. Init (required)
2. Query (required)
3. Preinsert (optional)
4. Insert (optional)
5. Update (optional)
6. Delete (optional)
There are two approaches to use VBCs:
1.Use the XML Gateway business service to pass data between the VBC and one of the Siebel transports, such as the EAI HTTP Transport or the EAI MSMQ Transport.
2. Create your own custom business service in Siebel eScript or in Siebel VB to implement the methods described above.
Class of VBC needs to be set as CSSBCVExtern as this class provides the VBC functionality.
A VBC requires a business service to provide the following standard methods for manipulating external data
1. Init (required)
2. Query (required)
3. Preinsert (optional)
4. Insert (optional)
5. Update (optional)
6. Delete (optional)
There are two approaches to use VBCs:
1.Use the XML Gateway business service to pass data between the VBC and one of the Siebel transports, such as the EAI HTTP Transport or the EAI MSMQ Transport.
2. Create your own custom business service in Siebel eScript or in Siebel VB to implement the methods described above.
No comments:
Post a Comment