1
0
Fork 0
gnuviechadmin-historic/backend.old/soapclient/soapclient.py

5 lines
96 B
Python
Raw Normal View History

from SOAPpy import SOAPProxy
server = SOAPProxy("http://localhost:8080/")
print server.hello()