We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.
integration architecture
We mostly have requirements to upload files in file storage servers like AWS S3 Server, Dropbox, Google Drive, etc. This post will help in uploading files to S3 Server. We …
Salesforce Bulk API is used primarily for data migration or data upload. Bulk API has two versions to support data upload. Bulk API V1.0 is custom REST API and V2.0 …
- ArchitectureCertificationintegration architectureSalesforce
UML Sequence Diagram for Salesforce Integration
UML Sequence diagram is important for Salesforce Integration with third party system. It will give step by step execution of complete integration based on activity time. Let us see UML …
- Certificationintegration architectureQuestionSalesforceSalesforce
Difference between Salesforce WSDL Files
SOAP Integration is done using WSDL file in Salesforce. WSDL (Web Service Description Language) is used to describe functionalities provided by web service. This WSDL file can be used by …
Single Sign-On is authentication mechanism that enable users to securely authenticate with multiple applications and websites by using one set of credentials. SSO works based upon a trust relationship set …