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
I am new to Salesforce.comI am new to Salesforce.com 

Java to salesforce.com

How to Connect Java to salesforce.com using WSDL..

 

 

 

Thanks,

SFDC_Learner

Rahul SharmaRahul Sharma

I didn't used wsdl for connection with java, but I think this Link could help you.

judbyjudby

Hi.

Use wsc.

You should decide to use either partner- or enterprise-API. If you are working for a specific organisation only I suggest to use enterprise-API.

Download the enterprise wsdl (enterprise.wsdl) from your sandbox/organisation.


Then use the wsdlc tool from wsc to create the necessay artifacts, eg:

 

java -jar wsc-23.jar enterprise.wsdl enterprise.jar


Package the created "enterprise.jar" along with "wsc-23-min.jar" with your application.

 

See http://code.google.com/p/sfdc-wsc/wiki/GettingStarted

:-)

Brgds

Jesper Udby

MagulanDuraipandianMagulanDuraipandian

http://infallibletechie.blogspot.in/2012/11/java-to-salesforce-connection.html

 

Check this...

 

 

Regards,

Magulan D

Salesforce.com certified Force.com Developer.

SFDC Blog

SFDC Site

If this post is your solution, kindly mark this as the solution and give Kudos.