1
0
Fork 0

- 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:
Jan Dittberner 2006-02-20 22:59:33 +00:00
parent ef1d1b9694
commit 68e3df3641
1 changed files with 1 additions and 1 deletions

View File

@ -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);