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
Arun BalaArun Bala 

Salesforce integration with mainframes

Hello folks,
Is there a defined approach or a way to integrate salesforce with mainframes systems ?? Any hints or directions will be helpful.



Thanks,
Arun



Drew1815Drew1815
salesforce.com API a web-service api. Therefore, to get data in or out of salesforce.com, it must be through web services.
So to integrate to a mainframe, you will need to have a web service client interact with salesforce.com and secondly, a connection to your mainframe. saleforce.com api won't be able to connect to your mainframe directly. So you need some kind of middleware solution to broker the two systems or endpoints (sfdc and mainframe).

There are many Appexchange partners that have middleware integration solutions. Check out: http://www.salesforce.com/appexchange/category_list.jsp?NavCode__c=a0130000006P6IoAAK-9


Arun BalaArun Bala
Hi Drew1815,
Thanks for your inputs. I too thought an integration broker is necessary .. I will check out the link you provided. Thanks again !
srcasmsrcasm
Hi Arun,
One place to look is at Boomi. They can be found at http://www.boomi.com. I work for a consulting company that specializes in integration work with Salesforce to a multitude of other systems but many times we use Boomi in conjunction with custom configuration so they may be a good place to start.

If you need assistance or a contact there, let me know.

Sincerely,
Jesse Middleton
SKollcakuSKollcaku
Hi,

You can use also TOS (Talend Open Studio for Data Integration) a complete IDE with autogenerated Java code and a visual design flow to determine jobs.

Hope it helps,
Skender