Completed the soap client example now that wsme-soap seems to work
This commit is contained in:
parent
308390bdd1
commit
aecf045fb0
@ -5,3 +5,7 @@ url = 'http://127.0.0.1:8989/api.wsdl'
|
||||
client = Client(url, cache=None)
|
||||
|
||||
print client
|
||||
|
||||
print client.service.Multiply(4, 5)
|
||||
print client.service.Helloworld()
|
||||
print client.service.Getperson()
|
||||
|
Loading…
x
Reference in New Issue
Block a user