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
ABShellABShell 

where to find ajax Beta2.0

The url https://www.sforce.com/ajax/beta2/ is not working.

thanks,
DevAngelDevAngel
Are you using https://www.sforce.com/ajax/beta2/sforceclient.js ?
ABShellABShell
That link works.

Actually I was more interested in document for the Beta2.0 and what has changed between 2.0 and 1.0.
Is there any link point to that?

Also, does it API provide some more general method like request.open('GET', url, false)? I want to append an html into another.
DevAngelDevAngel
Actually no, but it's pretty easy to write your own.

There are tons of implementations that you can look at via a google search.

This toolkit is very specific to handling SOAP messages.
DevAngelDevAngel
Really not too much different. Mostly bug fixes from beta1.