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
testortestor 

WSDL or toolkit

Is it better to use the Flex toolkit or to download one of the WSDLs and compile my own library? 
jeffdonthemicjeffdonthemic
I would definitely use the Flex toolkit.  I have a number of Flex examples on my blog but here is some starter info that may get you up and running quickly:

http://blog.jeffdouglas.com/2008/11/12/developing-salesforcecom-applications-with-flex-and-visualforce/

You may want to also look into a pure Java solution using BlazeDS and the enterprise/partner WSDL.

Good luck!

Jeff Douglas
Informa Plc
http://blog.jeffdouglas.com
testortestor
thanks for your input and link!