import SOAPpy
   client = SOAPpy.SOAPProxy('http://localhost:80/Webservice')
   server = SOAPpy.SOAPServer(('localhost', 81), )
   server.registerFunction(self.somefunction, 'urn:webservice')


Adriaan Renting        | Email: [EMAIL PROTECTED]
ASTRON                 | Phone: +31 521 595 217
P.O. Box 2             | GSM:   +31 6 24 25 17 28
NL-7990 AA Dwingeloo   | FAX:   +31 521 597 332
The Netherlands        | Web: http://www.astron.nl/~renting/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to