This is Part 4 in a series. Read Part 1, Part 2 and Part 3 to catch up. Update: I’ve released an open source library that presents a better interface to the Partner API (as well as other Salesforce APIs). Writing new and changed objects to Salesforce.com There are three different API calls for writing [...]
Tag Archives: jax-ws
Salesforce.com Partner SOAP API JAX-WS Tutorial Part 4
Salesforce.com Partner SOAP API JAX-WS Tutorial Part 3
This is Part 3 in a series. Read Part 1, Part 2, and Part 4 to get up to speed. Update: I’ve released an open source library that presents a better interface to the Partner API (as well as other Salesforce APIs). Making a query() There are several API calls you can use to get [...]
Salesforce.com Partner SOAP API JAX-WS Tutorial Part 2
This is Part 2 in a series. See Part 1, Part 3, and Part 4 to get up to speed. By the end of this tutorial, you’ll know how to instantiate some of the classes you created in Part 1 and how to log in to Salesforce.com with the Partner API. Update: I’ve released an [...]
Salesforce.com Partner SOAP API JAX-WS Tutorial Part 1
How to integrate an application with the Salesforce.com SOAP Partner API using JAX-WS.