Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Learn more about SOAP by reading this article: https://learn.microsoft.com/en-us/archive/msdn-magazine/2000/march/a-young-person-s-guide-to-the-simple-object-access-protocol-soap-increases-interoperability-across-platforms-and-languages.
- REST dissertation from Roy Thomas Fielding: https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm.
- A nice history of SOAP and REST can be found here: https://thehistoryoftheweb.com/soap-rest-odds/.
- A good article comparing SOAP and REST: https://www.redhat.com/en/topics/integration/whats-the-difference-between-soap-rest.
- Testrail API documentation: https://www.gurock.com/testrail/docs/api.
- JIRA information about rest-apis can be found at https://developer.atlassian.com/server/jira/platform/rest-apis/. Refer to https://developer.atlassian.com/server/jira for more information about JIRA.
- The particular...