cancel
Showing results for 
Search instead for 
Did you mean: 

Salesforce Integration

itabhishek9
Participant
0 Kudos

Hi SDNites,

I have a requirement where I have to fetch details from Salesforce system. Can you please let me know,

1. Do we need to use SFDC adapter provided by adavtaco mandatorily to fetch the details from Salesforce?

2. Also rather than using SFDC (advantaco adapter), can we make a SOAP call to Salesforce?

3. How can I get the api from Saleforce corresponding to that or where can I find the list of API's provided by them?

4. If API not available, do they have to do custom development as per our requirement.

5. Is there any other way to fetch the detail from Salesforce system.

Regards,

Abhi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Abhishek

1. Do we need to use SFDC adapter provided by adavtaco mandatorily to fetch the details from Salesforce?

Its not mandatory,You can go with SOAP Adapter,But Session ID should be captured.

2. Also rather than using SFDC (advantaco adapter), can we make a SOAP call to Salesforce?

Yes

3. How can I get the api from Saleforce corresponding to that or where can I find the list of API's provided by them?

It depends on the data you wish to fetch.

4. If API not available, do they have to do custom development as per our requirement.

Check the below links

5. Is there any other way to fetch the detail from Salesforce system.

Check the below links

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a76cfa-4966-2d10-aba7-da496d9b5...

itabhishek9
Participant
0 Kudos


Hi Raghu,

Thanks for the response.

1. As mentioned in point 1, using SOAP we have to take care of Session ID i.e. we have to develop 2 communication channels where the first one retrieve the session ID (Using SOAP look up) and second one uses the same.

If I happen to use SFDC advataco adapter, can you please cofirm if it is handled automatically by the SFDC adapter in one channel.

3. Can you please share a link where I can find the list of available API's in Salesforce. (Based on the link that you have shared when we download the WSDL we can find all the methods which we can use. Please confirm if that is the only master WSDL or there are other WSDL's also available).

Regards,

Abhi

former_member186851
Active Contributor
0 Kudos

Hello Abhishek,

Yes,as far as I know the adapter will directly connect,no need of sessions ID.

For list of features in adapter check the below link

check the below link for APIs

Salesforce APIs - developer.force.com

Salesforce APIs – What They Are & When to Use Them | Developer Force Blog