Hi there,

 I’m taking my first baby steps in converting some PHP SOAP code over to Python/suds. I’ve come across some PHP code that is calling the __getTypes() method which returns the list of structs that represent the various types from the WSDL. I can’t seem to figure out the SUDS equivalent (either from being too stupid, too sleep deprived or both). Could someone point me in the right direction?

 

Cheers

 

Pratik Patel