Re: [BangPypers] Soap with Python 2.5

2007-12-17 Thread Anand Balachandran Pillai
Python by default does not come with SOAP server/client support. But you have the following third-party APIs which provide support. SOAPpy => pywebsvcs.sourceforge.net Twisted also provides a SOAP/XML-RPC server using its reactor core. The best thing about twisted is that you can have the same se

Re: [BangPypers] Soap with Python 2.5

2007-12-17 Thread gnuyoga
sounav maikap wrote: > To break things apart I have a system like this: > A. Java Server > B. Python client sitting at the client's end > C. Another client (not python based - responsible for execution not > available with B) which talks only SOAP > > Need of the system: > A can talk with both B a

Re: [BangPypers] Soap with Python 2.5

2007-12-17 Thread sounav maikap
To break things apart I have a system like this: A. Java Server B. Python client sitting at the client's end C. Another client (not python based - responsible for execution not available with B) which talks only SOAP Need of the system: A can talk with both B and C B can talk with A and C As SOA

Re: [BangPypers] Soap with Python 2.5

2007-12-17 Thread gnuyoga
sounav maikap wrote: > Can anybody point me out to any tutorial/info related to using Soap > with Python 2.5. Actually I am in the process of creating a client and > server setup using soap messaging. > > Thanks in advance. > -SM > r u looking at a remoting API or specifically soap ?? - gy --