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
sanjay mamgainsanjay mamgain 

integrate My application with salesforce.com

I am new to salesforce.com and have a requirement.

The requirement is to integrate salesforce.com with my oracle(database).

When i create a custom report and generate it after saving it, a call has to be made to an external application which

will in turn return some data.

I have Developed a Recruiting App, Now I am trying to migrate this application into the Salesforce.com ,

By putting some part in present form and the some part in Salesforce.com and integrate the at run time.

ArjunArjun

Hi all,

        I do have similar requirement,

 i have developed simple webservice that displays a samle message,

 

But requirement is :Need to develop a webservice that passes data(ex:Account No) from SalesForce to BPEL which will inturn pass it oracle to fetch data

 

Please do help me out

Rick.BanisterRick.Banister
Perhaps I can help both of you.

Relational Junction bi-diretional replication engine can provide a platform for integrations that allows you to work with your data in a relational database (Oracle, SQLServer, MySQL, Sybase, or DB2). You can use database triggers or SQL scripts or any other technology to link your Salesforce data to your other applications.

Drop me an email and I'll explain  in detail how it works.