Author |
Message
|
kash3338 |
Posted: Fri Nov 21, 2014 1:31 am Post subject: Salesforce Integration through IIB |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Hi,
I have gone through this forum for options to integrate with Salesforce. I have not found any posts which clarify my query. There are ways to Integrate with Salesforce through Webservice calls (HTTP/SOAP) and they are working fine.
I need to know the options to integrate with salesforce in Fire & Forget or Asynchronous pattern. I do not want to implement this using the HTTP approach as there is a limit constraint set by salesforce on number of requests per day.
1. Has anyone worked on salesforce integration through Files/WMQ or any other mode other than HTTP/SOAP?
2. How do we achieve this integration and what are the best solutions for this?
3. Is there any adapter available that solves this purpose?
I have gone through the Salesforce pattern published in this forum few years back and that has some problems as stated here |
|
Back to top |
|
 |
kash3338 |
Posted: Fri Nov 21, 2014 8:02 pm Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Any pointers or assistance to this post please? |
|
Back to top |
|
 |
kash3338 |
Posted: Mon Nov 24, 2014 8:52 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
Surprised that there is no response for this query? Is there no way that Integration can be done with Salesforce in an Async or Fire&Forget fashion?
Experts in this forum, any guidance please? |
|
Back to top |
|
 |
souciance |
Posted: Mon Nov 24, 2014 10:44 am Post subject: |
|
|
Disciple
Joined: 29 Jun 2010 Posts: 169
|
What are you after?
Connect to salesforce via SOAP API (then use the SOAP nodes).
Connect to salesforce via Bulk API then use the HTTP nodes. |
|
Back to top |
|
 |
nmaddisetti |
Posted: Mon Nov 24, 2014 11:04 am Post subject: |
|
|
Centurion
Joined: 06 Oct 2004 Posts: 145
|
I believe there is some batch processing tool from Sales Force to fetch data from and to push data to Sales Force ... but we replaced that batch process with web services in one of my previous projects.. |
|
Back to top |
|
 |
kash3338 |
Posted: Mon Nov 24, 2014 6:12 pm Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
souciance wrote: |
What are you after?
Connect to salesforce via SOAP API (then use the SOAP nodes).
Connect to salesforce via Bulk API then use the HTTP nodes. |
I guess I was pretty much clear,
Quote: |
There are ways to Integrate with Salesforce through Webservice calls (HTTP/SOAP) and they are working fine.
I need to know the options to integrate with salesforce in Fire & Forget or Asynchronous pattern. I do not want to implement this using the HTTP approach as there is a limit constraint set by salesforce on number of requests per day.
1. Has anyone worked on salesforce integration through Files/WMQ or any other mode other than HTTP/SOAP? |
|
|
Back to top |
|
 |
IIBLearnerVSK |
Posted: Fri Apr 17, 2015 3:20 am Post subject: |
|
|
 Newbie
Joined: 17 Apr 2015 Posts: 3
|
Hi Kash3338,
I am looking for the answer to same question.
Could you please let me know, If you found any other ways to integrate IIB with Salesforce other than using SOAP/HTTP? |
|
Back to top |
|
 |
kash3338 |
Posted: Fri Apr 17, 2015 3:57 am Post subject: |
|
|
Shaman
Joined: 08 Feb 2009 Posts: 709 Location: Chennai, India
|
IIBLearnerVSK wrote: |
Hi Kash3338,
I am looking for the answer to same question.
Could you please let me know, If you found any other ways to integrate IIB with Salesforce other than using SOAP/HTTP? |
We explored lots of options and the final list of possible options for Salesforce integration (Inbound to Salesforce) is as below,
1. REST API
2. SOAP API
3. BULK API (SOAP)
4. Dataloader (Adapter for SFDC) |
|
Back to top |
|
 |
|