SOAP Web Services – Browser 🖥️ vs Python 🐍
🧼 Learn SOAP Web Services in Two Fun Ways!
First, we send real SOAP requests straight from the browser console to see the raw XML #soap envelopes in action.
Then, we switch to Python in Jupyter Notebook to call the same calculator service, explore its WSDL, and even build a small function to calculate a circle’s circumference.
📚 What you will learn:
What SOAP is and why it’s used
How to send SOAP requests directly from your browser console
How to read and understand a WSDL file
How to call a SOAP service in Python with zeep
How to create a custom Python function using SOAP data
⏱ Timestamps:
0:05 Introduction
1:59 Browser Console SOAP Demo
9:10 Jupyter Notebook & Python SOAP Demo
17:30 show_last_exchange(hist)
25:33 Summary
🧪 Tech stack:
JavaScript (Browser Console)
Python – zeep, Jupyter Notebook
📍 Links
📝 VitoshAcademy blog: https://www.vitoshacademy.com/exploring-soap-web-services-from-browser-console-to-python
📝 GitHub Jupyter Notebook: https://github.com/Vitosh/Python_personal/tree/master/YouTube/038_Python-SOAP-Basics
👍 Like, 💬 Comment, and 🔔 Subscribe for more real-world programming tutorials.
#soap #python #webservices #wsdl #xml