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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to