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
GenesisSoftGenesisSoft 

API Soap Version 13

Was hoping someone could help us with this.

We upgraded API from "https://www.salesforce.com/services/Soap/c/12.0" to "https://www.salesforce.com/services/Soap/c/13.0".

The program that we have can't run on version 12. I would like to know how to transfer from "c/12.0" to "c/13.0" in Java platform?

Your help will be most appreciated.

 

Thank you.

James

werewolfwerewolf
It's usually just that you download the latest WSDL, regenerate your stubs with Axis or whatever you're using, and it will kind of automatically point to the 13.0 endpoint.