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
Jhon68Jhon68 

How to integrate java to salesforce.com and salesforce.com to java

Hi,

I am new to cloud developments,how can I integrate java to salesforce and salesforce to java.

I think it has done by using webservice would you please explain in detail 

Navatar_DbSupNavatar_DbSup

Hi,

     You can integrate Salesforce with Java using the Salesforce API.For more details go through the link below:you can refer this link:


    http://wiki.developerforce.com/page/Web_Services_API#Java

OyeCodeOyeCode

Pretty easy, its all about using SOA (service oriented architecture), what you need is the to develop a small architecture ( stanadard custom object) in salesforce and then look for (generating wsdl) once the wsdl file is generated

 

 

Open up the java project and add reference to salesforce project ( to access salesforce you have to pass security authentication) which can be done through generating security token and once done you reference salesforce object and fields in your java project

 

 

I finished adding this in Microsoft .Net ( C#) very closely similar to Java. Find my blog post here and I hope the detailed description would help you to find the right idea

 

Thanks,

-Har**bleep**