wsme/examples/demo/client.py

7 lines
94 B
Python

from suds.client import Client
url = 'http://127.0.0.1:8989/api.wsdl'
client = Client(url)