First, we'll look at the SOAP URL and see what Prefixes
, Global Elements
, Global Types
, Bindings
, and Services
are provided by the SOAP Service.
You can do this by running zeep as a CLI tool.
export WSDL_URL="http://www.dneonline.com/calculator.asmx?WSDL"
python -m zeep $WSDL_URL