使用 webservice 接口时,一直报 TypeNotFound: Type not found: 'accountName'
from suds.client import Client client = Client('example.com/services/Verify?wsdl') data= {'accountName': 'test'} client.service.check(data)
请教这个问题怎么解决, google 了下,里面方案都没解决