DEV Community

Jadi
Jadi

Posted on

1

How to use SOAP/WSDL APIs using SoapUI & Python Zeep

In our Agile / Mobile / "moderm" and fron/back life, we see lots of REST APIs. Using REST is straight forward if you know your HTTP, GET, Post, ...
But on the enterprise level, you will start seein SOAP and WSDL based APIs which look more confusing. Why? Because they are designed machines in mind and sometimes WSDL file is seen as the documentation and you wont get a human readable doc!
No worries... WSDL has whatever you need to work with your APIs. In this Post I'll show you how! Using SoapUI and the Zeep python library.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Discover fresh viewpoints in this insightful post, supported by our vibrant DEV Community. Every developer’s experience matters—add your thoughts and help us grow together.

A simple “thank you” can uplift the author and spark new discussions—leave yours below!

On DEV, knowledge-sharing connects us and drives innovation. Found this useful? A quick note of appreciation makes a real impact.

Okay