Wednesday, September 25, 2013

Creating VBC in Siebel

virtual business component (VBC) provides a way to access data that resides in an external data source using a Siebel business component. The VBC does not map to an underlying table in the Siebel Database. You create a new VBC in Siebel Tools and compile it into the siebel.srf file. The VBC calls a Siebel business service to provide a transport mechanism.
 You can take two approaches to use VBCs
  • 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
  • Write your own business service in Siebel eScript or in Siebel VB to implement the methods described in this chapter

No comments:

Post a Comment