este es mi código:
from suds import client
url = "http://commonservices.min1.dtc/SearchPersonService/SearchPersonWCFService.svc?wsdl"
cliente = client.Client(url)
print (cliente)
y me sale esto:
Suds ( https://github.com/cackharot/suds-py3 ) version: 1.3.3.0 IN build: 20170311
Service ( SearchPersonWCFService ) tns="http://CommonServices"
Prefixes (9)
ns0 = "http://CommonServices"
ns1 = "http://schemas.datacontract.org/2004/07/CommonEntities.AddressManager"
ns2 = "http://schemas.datacontract.org/2004/07/CommonEntities.DocumentsFile"
ns3 = "http://schemas.datacontract.org/2004/07/CommonEntities.Image"
ns4 = "http://schemas.datacontract.org/2004/07/CommonEntities.Info"
ns5 = "http://schemas.datacontract.org/2004/07/CommonEntities.PersonFile"
ns6 = "http://schemas.datacontract.org/2004/07/CommonServices.SearchPersonService.Entities"
ns7 = "http://schemas.microsoft.com/2003/10/Serialization/"
ns8 = "http://schemas.microsoft.com/Message"
[...]