Heikki Toivonen wrote:
I have started researching the Python SOAP (and web services in general)
options out there. Python 2.5 should be supported.
I used Python for some web services stuff (demo quality) a few years
back without major problems. However, it seems many of the libraries I
remember
Jeff wrote:
Twisted has SOAP support.
yes but it is based on no longer actively maintained SOAPpy.
--
http://mail.python.org/mailman/listinfo/python-list
Twisted has SOAP support.
--
http://mail.python.org/mailman/listinfo/python-list
Sorry, suds link should have been https://fedorahosted.org/suds
--
Heikki Toivonen
--
http://mail.python.org/mailman/listinfo/python-list
On 1/16/07, Grzegorz Smith <[EMAIL PROTECTED]> wrote:
> Hi folks
> I must write webb application that will comunicate with delphi desktop
> application by SOAP protocol. Can you recommend any Python Soap Libary?
> I founded: SOAPpy and Zolera SOAP Infrastructure (ZSI). Any tip which is
> better to
> I'd like to write a SOAP client and a SOAP server
> in Python.
>
> Is SOAPy still the way to go, or are there better
> methods?
If you really need SOAP, Nelson did answer your question. But if you are
only communicating between two python processes, I suggest pyro.
--
Regards,
Diez B. Roggis
On 21.01.2005 01:16, Nelson Minar wrote:
Peter Schaefer <[EMAIL PROTECTED]> writes:
SOAPy hasn't been maintained in awhile. The two contemporary options
are ZSI or SOAPpy, both at
http://pywebsvcs.sourceforge.net/
ZSI seems to have more serious development now, but neither is perfect.
You should
Peter Schaefer <[EMAIL PROTECTED]> writes:
> Is SOAPy still the way to go, or are there better methods?
SOAPy hasn't been maintained in awhile. The two contemporary options
are ZSI or SOAPpy, both at
http://pywebsvcs.sourceforge.net/
ZSI seems to have more serious development now, but neither is