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
AbAb 

Integrating web service with Salesforce

Hello,

I want to integrate a webservice in to Salesforce.
What are basic tutorials i can start with ?

Thanks
Best Answer chosen by Ab
Navee RahulNavee Rahul
Hello sandrine,

Here where you should start with,

https://developer.salesforce.com/page/Apex_Web_Services

if you are planning to use webservice that would require requent changes In objects and used by Many user
i would suggest you to go with REST

because in soap you might need to get updated WSDL API  every time you do the changes in the Client or tools.


Thanks
D Naveen Rahul.