diff --git a/gnome-frontend/src/soapclient/soapclient.py b/gnome-frontend/src/soapclient/soapclient.py index be7825b..46aaefd 100644 --- a/gnome-frontend/src/soapclient/soapclient.py +++ b/gnome-frontend/src/soapclient/soapclient.py @@ -3,7 +3,7 @@ from SOAPpy import SOAPProxy class SOAPClient: def __init__(self): - self.server = SOAPProxy("http://localhost:8080/") + self.server = SOAPProxy('https://ssl.gnuviech.info/soap') def echo(self, value): return self.server.echo(value); \ No newline at end of file