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
SurenderSurender 

Webservices using Java in Salesforce

Hi,

Can someone help me in writing webservices in Java.

I am interested in updating fields of certain objects through web services and how to publish web services in salesforce.

Share sample code snippets for better understanding.

 

 

 

 

 

 

Mark SFMark SF

See the SOAP API quick start

 

Also, check out the Java SDK, which I believe is in Beta. It uses JPA.