function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sarah john 4sarah john 4 

Oracle ADF and SalesForce Integration

Hello All, I have an please give me a solution! Here is the Question.

I am trying to integrate ADF application to SalesForce. I have my enterprise URL and api-token and password. I am able to call services and get results from soapUI.

Now the challenge is I'd like to integrate salesforce and get data to Oracle Pl Sql ADF application. I have created datacontrol for SOAP web service. But this'll not work as SalesForce follows a secured approach. First we need to call Login() service which'll return a dynamic serviceURL and a sessionId. Then we need to call the desired service with serviceURL as endpoint and sessionId as one of the request attributes. How could I implement this in declarative approach.

Please do not ask me to write a java client to access SalesForce which I already aware and I am doing.

Thanks
Sarahjohn