• Sigit Kusuma 25
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi

I managed to get my Java Environment up and running using the following:
https://developer.salesforce.com/docs/atlas.en-us.salesforce_developer_environment_tipsheet.meta/salesforce_developer_environment_tipsheet/?state=id

The above uses HttpComponents 4.4.

There are examples using the Rest API here:
https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_REST_API

This appears to be using the old version of HttpComponents (v3 maybe?). In particular, I'm trying to get the SOQL code working for HttpComponents 4.4. Has anyone successfully managed to do so and have code samples?

Thanks