Thursday, May 07, 2015

Calling a Fusion Apps web service from SOA/OSB


Now a days more and more customers are going to Fusion applications and that required integrating your existing sytem with Fusion application web services. Most of the blogs and documents talk about the integration required but they do not capture the essential details that is required to by pass the security layer of Fusion apps web service and call them. In this blog i will try to call a Fusion apps web service from OSB with all the configuration details.

There are few important things that needs to be taken care of while trying to call a Fusion apps web service.

First is that fusion apps web services are SSL secured what it means is the web services are not accessible over http but over https . So in order to call these services from Weblogic server the first thing is that you should import the certificate to the keystore of weblogic server.

Keystore in simple languague is a location where all the client certificates are stored. Keytool is used to import client certificates to the keystore.

So lets try to get the client certificate first and try to import the certificates.

Open the WSDL file in a browser


No comments: