- use namespace
- add menu and about box to GNOME client git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@171 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
d7980414e1
commit
5cbe9deaa3
2 changed files with 45 additions and 19 deletions
|
|
@ -4,7 +4,8 @@ import socket
|
|||
|
||||
class SOAPClient:
|
||||
def __init__(self):
|
||||
self.server = SOAPProxy('http://localhost:8080/')
|
||||
self.server = SOAPProxy('http://localhost:8080/',
|
||||
namespace = 'urn:gnuviech-admin-services')
|
||||
|
||||
def echo(self, value):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue