From the course: CompTIA CySA+ (CS0-002) Cert Prep: 4 Software and Systems Security

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

SOAP and REST

SOAP and REST

- [Instructor] Application programming interfaces are quickly becoming the most popular way to integrate systems and interact with web services. An Application Programming Interface or API is a set of exposed web interfaces that allow programmatic interaction between services. For example, Amazon Web Services publishes an API that allows developers to provision resources, maintain their cloud environments, and perform other administrative actions. Twitter also publishes an API that allows users to post tweets, search through other users' tweets and perform the same interactions with the service that they would normally perform through the Twitter website in an automated way. The Twitter API allows anyone to write code that interacts with Twitter, or use applications built by other developers that use the Twitter API. The earliest APIs made use of a standard called the Simple Object Access Protocol, or SOAP. SOAP allows the…

Contents