I need to call a SOAP API which has no WSDL.
The API Server is written in Perl's SOAP::Lite
and using SOAP::Lite
as client works without WSDL.
I'm trying zeep
and suds
in python but both of them need WSDL.
How can I use SOAP API without WSDL?
Is there any soap library to work without WSDL?