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
Chad SaarChad Saar 

Documentation for all WSDL methods

I am having trouble finding the documentation for WSDL methods. I am just looking for a description, parameters, and hopefully a few examples for each method available.
Vinit_KumarVinit_Kumar
Hi Chad,

You can go to below link and filter for Integration to get all the docs :-

https://developer.salesforce.com/docs

One example for Java Integration with salesforce is below :-

https://developer.salesforce.com/docs/atlas.en-us.salesforce_developer_environment_tipsheet.meta/salesforce_developer_environment_tipsheet/salesforce_developer_environment_overview.htm?language=en

If this helps,please mark it as best answer to help others :)
Chad SaarChad Saar
I was not able to find a single document about the WSDL or listing the WSDL methods and objects. Everything was either about configuring your development environment or the REST and SOAP API.
Vinit_KumarVinit_Kumar
Chad,

Go through the below link,it  will give yo sample Create call code in Java.

http://www.salesforce.com/us/developer/docs/api/Content/sample_create_call.htm

Hope this helps !!