Interop between C# and Python

urielka uriel.katz at gmail.com
Fri Apr 27 21:09:03 EDT 2007


i need a easy way to write a Python Service(be it SOAP or JSONRPC or
whatever) but i need to easily access it from C#,i created a web
service in ZSI(which is really easy) like this:

from ZSI import dispatch

def hello():
    return "hello"

dispatch.AsServer(port=8080)

simple and easy but how i access it from C#,where is the wsdl for the
service?

is there any easier way to get this kind of interop?(not using a
custom protocol over sockets)

thx,
   Uriel Katz




More information about the Python-list mailing list