Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 6. Integrating Applications with the API and Apex

Chapter 6. Integrating Applications with the API and Apex

In this chapter ...


As you become more experienced developing on the platform, you’ll find that there are some types of applications and integrations that can’t be handled by modifying a single app. For situations like these, you can leverage the powerful, SOAP-based API to write client applications that are created and executed outside of Salesforce.

In this chapter, you’ll learn about choosing a development language, selecting a WSDL document, and managing API authentication, sessions, and timeouts. We’ll also take a look at what it takes to build a full-fledged client application that demonstrates several API best practices.