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
jbroquistjbroquist 

Issues Logging In with Flex Toolkit with 16.0 API

I recently just downloaded the latest Flex Toolkit SWC from the Salesforce Wiki, and when I replaced it in one of my projects I wasn't able to login anymore. After adding the following line everything started working again:

 

 

connection.serverUrl = "https://www.salesforce.com/services/Soap/u/15.0";

 

 So my question is, why am I able to login with the 15.0 API and not the 16.0? is it a bug? anyone else having these issues?

 

Let me know if you would like to see more of my code snippet ...

 

 

//Jonathan

 

shillyershillyer

16.0 (Summer '09) is not live yet. We are still on 15.0 (Spring '09). The release schedule for Summer '09 can be found here.

 

Best,

Sati