- USE SOAP when:
- When the 2 applications are talking to each other need to know in-advance what the contract is going to be.
- Deals with larger amount of data or Bulk Data or batch
- Doing more Business to Business type application.
- USE REST API when:
- It is a lightweight protocol
- It does not have an envelope or big header.
- It is used in mobile-application.
One Customer Platform to connect everything. For any Salesforce related training (Admin,Apex,Advance Apex,Web Services,Lightening). contact me at Mobile Number: +91-8050010804,9113835016 Email: grv.shukla2@gmail.com
Thursday, 9 April 2015
When should I use SOAP and When should I use REST?
Subscribe to:
Post Comments (Atom)
Salesforce Certified Application Architect & Certified Data Architecture and Management Designer Exam
How to pass Salesforce Certified Data Architecture and Management Designer Exam This exam was 1st architect exam for me. Its not that muc...
-
Add the following snippet to your visualforce page: <apex:actionStatus id="pageStatus"> <apex:facet name="sta...
-
List<String> StringTempList = new List<String>{'One','two','Three','Four','One','tw...
-
Boolean variables can have three possible variables: true, false and undefined. To make it even more confusing, if you check for the valu...
No comments:
Post a Comment