#!/usr/bin/python # from the SOAPpy hello world import SOAPpy if __name__ == '__main__' : server = SOAPpy.SOAPProxy("http://localhost:8080/") print server.hello()