python wsdl connection refused 111
from suds improt client
url ="your?wsdl"
client = Client(url,cache=None)
client.set_options(location=url)
return client.service.SomeMeth(someVar)
from suds improt client
url ="your?wsdl"
client = Client(url,cache=None)
client.set_options(location=url)
return client.service.SomeMeth(someVar)