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
cmxintcmxint 

Migration to sForce 5.0

Hi, guys!

Am I right considering that after 11/15/2004 all my 4.0 applications should connect to

https://www.salesforce.com/services/Soap/c/5.0 rather then to

https://www.salesforce.com/services/Soap/c/4.0? Is that the only thing that should be changed? And as the global question: what steps should I take to migrate to sFroce 5.0? May be there are some documents but I couldn't find them.

Any advices/comments/links are appreciated

SuperfellSuperfell
If you're application is built against the current (i.e. 4.0 WSDL) then you should change nothing. If you want to migrate to the 5.0 API (to pick up new features, etc) then you should download the 5.0 WSDL and recompile your code. You should NOT take your 4.0 code and point it to the 5.0 endpoint without switching to the new WSDL, it will likely break. (as the service will send back new things defined in the 5.0 WSDL which weren't in your 4.0 WSDL and can cause the 4.0 proxy classes to break)
darozdaroz

Simon,

Any ETA for the 5.0 documentation to be posted to the sforce website?

SuperfellSuperfell
There's a technote up already that outlines the new features & changes. The full 5.0 docs should go up when the release goes live.
DevAngelDevAngel

Hi Daroz,

5.0 doc is current available on this site.