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
HydHyd 

Reg: Java Integration with Salesforce

Hi,

 

Can any one help me.

 

How can we Integrate Salesforce with Java?

 

I don't know even a single step to do this. But i require to implement this in my project.

 

Please help me.

 

Thanks in Advance.....

 

 

Best Answer chosen by Admin (Salesforce Developers) 

All Answers

HydHyd

Thanks for your reply.

 

But i could not understand it.

 

Please send a sample application (or) Step wise procedure to make easier .

 

 

 

Thanks in Advance.

SuperfellSuperfell

Click the java link, there's lots of sample code, look at the API docs (which are linked from that page to) the getting started guide has a step by step walk through including java code.

Pat PattersonPat Patterson

This is also a good introduction - Introduction to the Force.com Web Services Connector

HydHyd

Hi,

 

How can i use  WSDL2JAVA from axis command to generate "com" folder.

 

 

 

Please help me.

 

It's very urgent...

 

Thanks in Advance

 

Pat PattersonPat Patterson

This quick start covers wsdl2java

 

You should also check out some training when you get time - Force.com Integrations (DEV-502) covers this in depth.

gsmithfarmergsmithfarmer

take a look at http://code.google.com/p/sqlforce/wiki/JavaForce for prebuilt java bindings. This is what we use. The link has sample code snippets that give the flavor of the library.