- connection to remote server at ssl.gnuviech.info
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@160 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
ef1d1b9694
commit
68e3df3641
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
Loading…
Reference in a new issue