Skip to content

Tag: SOAP API

Programming

5 Differences Between REST & SOAP

REST and SOAP are different ways of transmitting data between two different systems via an API. REST is a set of architectural principles. SOAP is a protocol maintained by the World Wide Web Consortium.

July 7, 2022
Programming

Is SOAP dead?

SOAP and XML based Web Services aren't dead yet. I don't think they will be for quite a while because they are very common in large enterprises (government, banks, telecommunications, etc).

May 28, 2022
Programming

Designing APIs by Contract

Designing by software is a contract - like a legal or business contract. When we design software by contract it means we are designing against a specific specification for each software component.

May 22, 2022
Programming

API Style Choices

APIs come in many different styles and types. Before running into a style we need to understand the different options and the trade offs that we are making.

April 25, 2022
Updating Salesforce Records Using JavaScript
Salesforce

Updating Salesforce Records Using JavaScript

Over the last few years, Salesforce has made some really significant changes that allow JavaScript to increasingly be used. By using Salesforce’s…

March 22, 2017