Thursday, December 15, 2011

Seibel Application Integration(SAI) with Fusion Middleware

This kind of integration is the URI based access to the Seibel application. This gives the fast accessing of data from the Seibel application. Using the JCA , SAI reduces the complexity and works faster.


1. Get the oracle-siebel-eai-fusion_bundle.zip from the Seibel server installation. It resides inside the classes folder.

2. Open the JDeveloper and load the extension. For loading the extension from your local directory follow these steps for all the extension.

1. Goto Help menu -> Check for updates

2. Select Install form local (if you get any wizard like Unable to Connect just cancel it)

3. Browse oracle-siebel-eai-fusion_bundle.zip file from your directory.

4. Click Next(you will see the License agreement) -> Click I Agree and Finish.

5. It will ask for restart the JDev, restart it.

3. Set the JDeveloper preferences http://docs.oracle.com/cd/E14004_01/books/SAI_OFM/SAI_OFM_Deploy5.html

4. Download the SAI OFM Bookshelf guide http://docs.oracle.com/cd/E14004_01/books/PDF/SAI_OFM.pdf for preferences and configuration details.

5. Deploy the REST service and Resource Adaptor.

6. In the JDeveloper, File-> New and search for Seibel Applicaiton Integration for fusion Middleware



7. Select the Deployment and you will get the welcome screen, click next.



8. Edit the ra.xml file and give server details



9. Also configure the Log level for the development logger levels.



10. Similarly configure the weblogic and JNDI names



11. For the Security config, by default, the it is set to DDOnly. If you want to use Oracle WebLogic Server security, you must choose CustomRolesandPolicies, and also perform some additional configuration. For more information, see Configuring SAI Security



12. Configure weblogic server and credentials for that to deploy the Adapter and REST



13. Finally click finish, delpoyment will start and you will get the succeed message.

14. Verify in the Weblogic console, both are deployed.



15. Finally, you can communicate with the service with the URI based request, then you will get the xml response.

16. For implementing REST service , you have to use jersey library.

17. Creating the data control for the service, follow from Step 5


--
Gops