September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned different ways to implement web services. You now know the difference between SOAP, REST, and GraphQL and can decide which options are suited for which purposes.
The key points to take away from this chapter include the following:
Web services provide functionality of a server-side component over the web via an API.
Web services use web standards such as HTTP, XML, and JSON.
Basically, web services can be implemented in different ways or by using different technologies and concepts. The best known options are the SOAP protocol, the REST architectural style, and the GraphQL query language.
SOAP-based web services use XML as the data exchange format and are rather ...
Read now
Unlock full access