SlideShare a Scribd company logo
Salesforce.com API Series: Integrating
Applications with Force.com
August 7, 2013
#forcewebinar
Safe Harbor
Safe harbor statement under the Private Securities Litigation Reform Act of 1995:
This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of
the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking
statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service
availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future
operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use
of our services.
The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our
service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth,
interruptions or delays in our Web hosting, breach of our security measures, the outcome of intellectual property and other litigation, risks associated with
possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and
motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-
salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial
results of salesforce.com, inc. is included in our annual report on Form 10-Q for the most recent fiscal quarter ended July 31, 2012. This documents and
others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site.
Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be
delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available.
Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
#forcewebinar
Speakers
Sohail Sikora
Salesforce Services
@Abbrevtalk
Vasu Bhandarkar
Salesforce Services
@vasubhandarkar
#forcewebinar
Follow Developer Force for the Latest News
@forcedotcom / #forcewebinar
Developer Force – Force.com Community
+Developer Force – Force.com Community
Developer Force
Developer Force Group
#forcewebinar
Have Questions?
§  We have an expert support team at the ready to answer your questions
during the webinar.
§  Ask your questions via the GoToWebinar Questions Pane.
§  The speaker(s) will chose top questions to answer live at the end of the
webinar.
§  Please post your questions as we go along!
§  Only post your question once; we’ll get to it as we go down the list.
#forcewebinar
Agenda
§  The What and Why
§  Building Blocks
§  Specifics…
§  Give me more!!
§  Q & A
#forcewebinar
The What and Why
#forcewebinar
The What and Why – Strategy
A careful plan or method for achieving a particular goal usually
over a long period of time 
#forcewebinar
The What and Why - Three Steps to Success
Define Process
•  Data
•  Tasks
•  Timing
Identify the
Layers
•  User Interface
•  Application Logic
•  Data Model
Choose the
Approach
•  Build vs. Buy
•  Integration
Methodology
•  Resources
#forcewebinar
The Building Blocks
§  Supports Secure Sockets Layer (SSL) protocol SSLv3
§  Username/Password Credential Authentication
§  Support for Oauth
§  OAuth – Open Standard for Authorization. Determines what a logged in user can do based on
who they are
§  Support for custom token authorization mechanisms
§  Delegated Authentication
§  Mix n Match…hybrid models
#forcewebinar
Specifics…
#forcewebinar
The Force.com SOAP API
§  SOAP – A way to exchange structured data using web
services
§  WSDL – Language used to describe the Web Service
Interface
§  The Force.com SOAP API securely exposes data to other
systems
#forcewebinar
WSDL Flavors
§  Enterprise WSDL
•  Specific to your
Salesforce.com org
•  Strongly typed
•  Contains objects specific to
your salesforce.com org
§  Partner WSDL
•  Generic, can be used
against any org
•  Meta-data driven and
dynamic
•  Programmer must use
introspection
#forcewebinar
WSDL Wisdom
§  With the Enterprise WSDL, if you change your objects, you
must pull the WSDL down again and re-consume the WSDL
§  Import limitations of some WSDL2xxx tools
#forcewebinar
SOAP in Action
§  Login() to Salesforce.com
§  Other operations that we will see
–  Query()
–  Create()
–  Update()
#forcewebinar
The Force.com REST API
§  REST – An architectural style used to expose API using Web
Services
§  JSON – A text based data interchange format (contrast with
SOAP that uses XML)
#forcewebinar
The Force.com REST API
§  Standards-Based Security
§  Same Data Model as the Soap-based Web Services API
§  Supports JSON/XML
#forcewebinar
REST in Action
§  Get a session id from Salesforce.com
§  Other operations that we will see
–  /vNN.N/search/?q=SOSL search string
–  Create a record
–  Updating a record
#forcewebinar
Give me more!!
#forcewebinar
Data Integration in the Cloud
#forcewebinar
Key Considerations
§  Built-in, reliable, scalable integration
§  Built-in APIs
§  Ability to build custom APIs
§  Partner tools to lighten the load
#forcewebinar
Resources
•  Integration Developers:
http://wiki.developerforce.com/page/
Documentation
•  Integration Recipes:
http://wiki.developerforce.com/page/
Integration
•  Integration on the AppExchange:
http://appexchange.salesforce.com/results?
keywords=integration
•  Integration Patterns and Practices:
http://www.salesforce.com/us/developer/
docs/integration_patterns/
integration_patterns_and_practices.pdf
§  What API should I use?
https://help.salesforce.com/HTViewHelpDoc?
id=integrate_what_is_api.htm&language=en
_US
§  Architect Core Resources:
http://wiki.developerforce.com/page/
Architect_Core_Resources
#forcewebinar
Q & A
Sohail Sikora
Salesforce Services
@Abbrevtalk
Vasu Bhandarkar
Salesforce Services
@vasubhandarkar

More Related Content

PPTX
Integrating with salesforce
PPTX
Secure Development on the Salesforce Platform - Part 2
PPTX
Secure Development on the Salesforce Platform - Part 3
PPTX
Using Apex for REST Integration
PDF
Lightning web components episode 2- work with salesforce data
PPTX
Coding Apps in the Cloud with Force.com - Part 2
PPTX
Lightning components performance best practices
PPTX
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Integrating with salesforce
Secure Development on the Salesforce Platform - Part 2
Secure Development on the Salesforce Platform - Part 3
Using Apex for REST Integration
Lightning web components episode 2- work with salesforce data
Coding Apps in the Cloud with Force.com - Part 2
Lightning components performance best practices
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile

What's hot (20)

PDF
Salesforce.com API Series: Service Cloud Console Deep Dive
PPTX
TrailheaDX India : Developer Highlights
PPTX
Coding in the App Cloud
PPTX
Migrating Visualforce Pages to Lightning
PDF
SLDS and Lightning Components
PDF
Lightning web components - Episode 4 : Security and Testing
PPTX
Building a Single Page App with Lightning Components
PPTX
Modeling and Querying Data and Relationships in Salesforce
PPTX
Dreamforce Developer Recap
PDF
LWC Episode 3- Component Communication and Aura Interoperability
PDF
Local development with Open Source Base Components
PPTX
Process Automation on Lightning Platform Workshop
PPTX
Secure Development on the Salesforce Platform - Part I
PPTX
Building apps faster with lightning and winter '17
PPTX
Mastering Force.com: Advanced Visualforce
PPTX
Exploring the Salesforce REST API
PDF
Easy REST Integrations with Lightning Components and Salesforce1
PDF
Build Amazing Website without coding using Salesforce SiteForce
PDF
Force.com Friday: Intro to Force.com
PPTX
Build Consumer-Facing Apps with Heroku Connect
Salesforce.com API Series: Service Cloud Console Deep Dive
TrailheaDX India : Developer Highlights
Coding in the App Cloud
Migrating Visualforce Pages to Lightning
SLDS and Lightning Components
Lightning web components - Episode 4 : Security and Testing
Building a Single Page App with Lightning Components
Modeling and Querying Data and Relationships in Salesforce
Dreamforce Developer Recap
LWC Episode 3- Component Communication and Aura Interoperability
Local development with Open Source Base Components
Process Automation on Lightning Platform Workshop
Secure Development on the Salesforce Platform - Part I
Building apps faster with lightning and winter '17
Mastering Force.com: Advanced Visualforce
Exploring the Salesforce REST API
Easy REST Integrations with Lightning Components and Salesforce1
Build Amazing Website without coding using Salesforce SiteForce
Force.com Friday: Intro to Force.com
Build Consumer-Facing Apps with Heroku Connect
Ad

Similar to Salesforce API Series: Integrating Applications with Force.com Webinar (20)

PDF
Intro to the Salesforce Mobile SDK: Building iOS Apps Webinar
PDF
Intro to the Salesforce Mobile SDK: Building Android Apps
PPTX
Diving Into Heroku Private Spaces
PDF
Build Customer Centric Applications Using the Salesforce Toolkits for .NET
PDF
Build Customer Centric Applications Using the Salesforce Toolkits for .NET
PPTX
sf tools from community
PPTX
Elevate Madrid Essentials - Advance Track
PDF
Introduction to MuleSoft
PPTX
Building Mobile Apps on Salesforce Platform with Mobile SDK
POTX
Using the Google SOAP API
PPTX
Salesforce Identity Management
PDF
Building Enterprise Apps Rapidly with Salesforce Mobile Packs Webinar
PPTX
Apex for Admins: Get Started with Apex in 30 Minutes! (part 1)
PPT
Mobile pack developer webinar
PPT
Mobile pack developer webinar
PPTX
Building Command-line Tools with the Tooling API
PPTX
Introduction to lightning out df16
PPTX
Force.com Friday - Intro to Visualforce
PDF
Lightning web components - Episode 1 - An Introduction
PDF
Force.com Friday: Intro to Force.com Slides
Intro to the Salesforce Mobile SDK: Building iOS Apps Webinar
Intro to the Salesforce Mobile SDK: Building Android Apps
Diving Into Heroku Private Spaces
Build Customer Centric Applications Using the Salesforce Toolkits for .NET
Build Customer Centric Applications Using the Salesforce Toolkits for .NET
sf tools from community
Elevate Madrid Essentials - Advance Track
Introduction to MuleSoft
Building Mobile Apps on Salesforce Platform with Mobile SDK
Using the Google SOAP API
Salesforce Identity Management
Building Enterprise Apps Rapidly with Salesforce Mobile Packs Webinar
Apex for Admins: Get Started with Apex in 30 Minutes! (part 1)
Mobile pack developer webinar
Mobile pack developer webinar
Building Command-line Tools with the Tooling API
Introduction to lightning out df16
Force.com Friday - Intro to Visualforce
Lightning web components - Episode 1 - An Introduction
Force.com Friday: Intro to Force.com Slides
Ad

More from Salesforce Developers (20)

PDF
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
PDF
Maximizing Salesforce Lightning Experience and Lightning Component Performance
PDF
Why developers shouldn’t miss TrailheaDX India
PPTX
CodeLive: Build Lightning Web Components faster with Local Development
PPTX
CodeLive: Converting Aura Components to Lightning Web Components
PPTX
Enterprise-grade UI with open source Lightning Web Components
PPTX
TrailheaDX and Summer '19: Developer Highlights
PDF
Live coding with LWC
PDF
Migrating CPQ to Advanced Calculator and JSQCP
PDF
Scale with Large Data Volumes and Big Objects in Salesforce
PDF
Replicate Salesforce Data in Real Time with Change Data Capture
PDF
Modern Development with Salesforce DX
PDF
Get Into Lightning Flow Development
PDF
Integrate CMS Content Into Lightning Communities with CMS Connect
PDF
Modern App Dev: Modular Development Strategies
PDF
Vs Code for Salesforce Developers
PDF
Vs Code for Salesforce Developers
PDF
Manage Massive Datasets with Big Objects & Async SOQL
PDF
Introduction to Einstein Bots
PDF
Introduction to MuleSoft Anytime Platform
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Why developers shouldn’t miss TrailheaDX India
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Converting Aura Components to Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
TrailheaDX and Summer '19: Developer Highlights
Live coding with LWC
Migrating CPQ to Advanced Calculator and JSQCP
Scale with Large Data Volumes and Big Objects in Salesforce
Replicate Salesforce Data in Real Time with Change Data Capture
Modern Development with Salesforce DX
Get Into Lightning Flow Development
Integrate CMS Content Into Lightning Communities with CMS Connect
Modern App Dev: Modular Development Strategies
Vs Code for Salesforce Developers
Vs Code for Salesforce Developers
Manage Massive Datasets with Big Objects & Async SOQL
Introduction to Einstein Bots
Introduction to MuleSoft Anytime Platform

Recently uploaded (20)

PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Spectroscopy.pptx food analysis technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
Cloud computing and distributed systems.
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Building Integrated photovoltaic BIPV_UPV.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Network Security Unit 5.pdf for BCA BBA.
MYSQL Presentation for SQL database connectivity
Empathic Computing: Creating Shared Understanding
Spectroscopy.pptx food analysis technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
The AUB Centre for AI in Media Proposal.docx
Per capita expenditure prediction using model stacking based on satellite ima...
Cloud computing and distributed systems.
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Programs and apps: productivity, graphics, security and other tools

Salesforce API Series: Integrating Applications with Force.com Webinar

  • 1. Salesforce.com API Series: Integrating Applications with Force.com August 7, 2013
  • 2. #forcewebinar Safe Harbor Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of intellectual property and other litigation, risks associated with possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non- salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-Q for the most recent fiscal quarter ended July 31, 2012. This documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.
  • 3. #forcewebinar Speakers Sohail Sikora Salesforce Services @Abbrevtalk Vasu Bhandarkar Salesforce Services @vasubhandarkar
  • 4. #forcewebinar Follow Developer Force for the Latest News @forcedotcom / #forcewebinar Developer Force – Force.com Community +Developer Force – Force.com Community Developer Force Developer Force Group
  • 5. #forcewebinar Have Questions? §  We have an expert support team at the ready to answer your questions during the webinar. §  Ask your questions via the GoToWebinar Questions Pane. §  The speaker(s) will chose top questions to answer live at the end of the webinar. §  Please post your questions as we go along! §  Only post your question once; we’ll get to it as we go down the list.
  • 6. #forcewebinar Agenda §  The What and Why §  Building Blocks §  Specifics… §  Give me more!! §  Q & A
  • 8. #forcewebinar The What and Why – Strategy A careful plan or method for achieving a particular goal usually over a long period of time 
  • 9. #forcewebinar The What and Why - Three Steps to Success Define Process •  Data •  Tasks •  Timing Identify the Layers •  User Interface •  Application Logic •  Data Model Choose the Approach •  Build vs. Buy •  Integration Methodology •  Resources
  • 10. #forcewebinar The Building Blocks §  Supports Secure Sockets Layer (SSL) protocol SSLv3 §  Username/Password Credential Authentication §  Support for Oauth §  OAuth – Open Standard for Authorization. Determines what a logged in user can do based on who they are §  Support for custom token authorization mechanisms §  Delegated Authentication §  Mix n Match…hybrid models
  • 12. #forcewebinar The Force.com SOAP API §  SOAP – A way to exchange structured data using web services §  WSDL – Language used to describe the Web Service Interface §  The Force.com SOAP API securely exposes data to other systems
  • 13. #forcewebinar WSDL Flavors §  Enterprise WSDL •  Specific to your Salesforce.com org •  Strongly typed •  Contains objects specific to your salesforce.com org §  Partner WSDL •  Generic, can be used against any org •  Meta-data driven and dynamic •  Programmer must use introspection
  • 14. #forcewebinar WSDL Wisdom §  With the Enterprise WSDL, if you change your objects, you must pull the WSDL down again and re-consume the WSDL §  Import limitations of some WSDL2xxx tools
  • 15. #forcewebinar SOAP in Action §  Login() to Salesforce.com §  Other operations that we will see –  Query() –  Create() –  Update()
  • 16. #forcewebinar The Force.com REST API §  REST – An architectural style used to expose API using Web Services §  JSON – A text based data interchange format (contrast with SOAP that uses XML)
  • 17. #forcewebinar The Force.com REST API §  Standards-Based Security §  Same Data Model as the Soap-based Web Services API §  Supports JSON/XML
  • 18. #forcewebinar REST in Action §  Get a session id from Salesforce.com §  Other operations that we will see –  /vNN.N/search/?q=SOSL search string –  Create a record –  Updating a record
  • 21. #forcewebinar Key Considerations §  Built-in, reliable, scalable integration §  Built-in APIs §  Ability to build custom APIs §  Partner tools to lighten the load
  • 22. #forcewebinar Resources •  Integration Developers: http://wiki.developerforce.com/page/ Documentation •  Integration Recipes: http://wiki.developerforce.com/page/ Integration •  Integration on the AppExchange: http://appexchange.salesforce.com/results? keywords=integration •  Integration Patterns and Practices: http://www.salesforce.com/us/developer/ docs/integration_patterns/ integration_patterns_and_practices.pdf §  What API should I use? https://help.salesforce.com/HTViewHelpDoc? id=integrate_what_is_api.htm&language=en _US §  Architect Core Resources: http://wiki.developerforce.com/page/ Architect_Core_Resources
  • 23. #forcewebinar Q & A Sohail Sikora Salesforce Services @Abbrevtalk Vasu Bhandarkar Salesforce Services @vasubhandarkar