
STEP 3: GENERATE YOUR ENTERPRISE WSDL
Web services are interfaces that enable the integration of applications over the Internet. The Web Services Description Language (WSDL)
is an XML-based language for describing Web services.
Force.com has its own Web services that support incoming and outgoing calls. To use these Web services, you must generate your
enterprise WSDL—a Salesforcegenerated XML file that describes your Force.com data model.
Force.com Flex lets you import your enterprise WSDL file into development projects. When you import your WSDL, Force.com Flex
creates ActionScript classes for every object in your enterprise WSDL, allowing you to reference the objects in your ActionScript code.
You will import your enterprise WSDL into your development project later to create a class for the Account object. For now, generate
and save a local copy of your enterprise WSDL.
1. In Salesforce, from Setup, click Develop > API.
2. Click Generate Enterprise WSDL.
3. In your browser, click File > Save Page As....
4. Name the file enterprise.wsdl and click Save.
6
Commentaires sur ces manuels