SOAP and XMLRPC

Adriaan Renting renting at astron.nl
Wed Aug 17 03:06:42 EDT 2005


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


Adriaan Renting        | Email: renting at astron.nl
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/



More information about the Python-list mailing list