You need to sign in to do that
Don't have an account?

Java to salesforce.com
How to Connect Java to salesforce.com using WSDL..
Thanks,
SFDC_Learner
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
How to Connect Java to salesforce.com using WSDL..
Thanks,
SFDC_Learner
I didn't used wsdl for connection with java, but I think this Link could help you.
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
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.