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