5 lines
96 B
Python
5 lines
96 B
Python
|
from SOAPpy import SOAPProxy
|
||
|
|
||
|
server = SOAPProxy("http://localhost:8080/")
|
||
|
print server.hello()
|