SOAP and REST API Communication

In this chapter, we will look at SOAP and REST API basics. We will also look at the Python libraries for SOAP and REST APIs. We are going to learn about the Zeep library for SOAP and requests for REST API. You will learn to work with the JSON data. We are going to see simple examples of working with JSON data, such as converting JSON strings into Python objects and converting Python objects into JSON strings.

In this chapter, you will learn the following:

  • What is SOAP?
  • Using libraries for SOAP
  • What is a RESTful API?
  • Using standard libraries for RESTful API
  • Working with JSON data
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset