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
subaasubaa 

Code sample required - Salesforce integration with Java application

Hi,

 

Can anyone explain me the steps to be followed to invoke an apex webservice from the Java application? It would be grateful if you attach some code samples or reference.

 

Regards,

SuBaa

Best Answer chosen by Admin (Salesforce Developers) 
Edwin VijayEdwin Vijay

Hello... If you are experinced with Java, then the salesforce guide should be pretty easy

 

For me, it wasn't... i never knew ABCD of JAVA... I had a tough time doing my first integration..

 

Anyhow, i have put together the entire steps in a guide here.. http://www.forcetree.com/2011/12/java-to-salesforcecom-integration-using.html

 

If you think it helps, do share it.. If it sucks, let me know and il try to fix it

All Answers

Navatar_DbSupNavatar_DbSup

Hi,


Please go through the link below:
http://wiki.developerforce.com/page/Web_Services_API#Java

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

Edwin VijayEdwin Vijay

Hello... If you are experinced with Java, then the salesforce guide should be pretty easy

 

For me, it wasn't... i never knew ABCD of JAVA... I had a tough time doing my first integration..

 

Anyhow, i have put together the entire steps in a guide here.. http://www.forcetree.com/2011/12/java-to-salesforcecom-integration-using.html

 

If you think it helps, do share it.. If it sucks, let me know and il try to fix it

This was selected as the best answer
subaasubaa

Hi Edwin,

 

Thanks for the link, which demonstrates exactly what I want.

 

But, I couldnt download the apache axis through the given url. Could you please assist, where I can get this software. Thanks in advance.

 

Regards,

SuBaa