IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Siebel Adapter 6.0 [1]

    Posted Tue May 04, 2004 04:03 AM

    Iam configuring the Sieble Adpater 6.0 with IS6.1. Iam using the Java Data Bean as the connection method to enable the connection. To enable this connection i have copied the required Jar files from Siebel like the SiebelJI_common.jar & SiebelJI_enu.jar.

    1. What is the use of this jar file.
    2. Does this Jar file contain all the interface exposed by Siebel to access the Object manager.
    3. What is this Siebel Object Interface & what is its purpose in Siebel.
    4. Without installing the Siebel Object Interface in the Siebel server, will it be possible by the Jar files to invoke the functions on the Object manager.

    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Siebel Adapter 6.0 [1]

    Posted Tue May 04, 2004 03:41 PM
    1. What is the use of this jar file.

    : The jar files contain Siebel’s Java Data bean businss object interface API and the adapter uses these API when connecting to the siebel server using the Java thin vlient connection.

    1. Does this Jar file contain all the interface exposed by Siebel to access the Object manager.

    : yes

    1. What is this Siebel Object Interface & what is its purpose in Siebel.

    : it helps in talking to the siebel business objects and business components. For more information i suggest you look up siebel documentation.

    1. Without installing the Siebel Object Interface in the Siebel server, will it be possible by the Jar files to invoke the functions on the Object manager.

    : Siebel Object Interface is part of the server and is automatically installed when you install the siebel server. yes the jar files will invoke help the adapter to invoke functions on the object manager.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods