Completed the soap client example now that wsme-soap seems to work

This commit is contained in:
Christophe de Vienne 2011-10-20 14:41:08 +02:00
parent 308390bdd1
commit aecf045fb0
1 changed files with 4 additions and 0 deletions

View File

@ -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()