Re: Python and SOAP status

2008-05-03 Thread Waldemar Osuch
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

Re: Python and SOAP status

2008-05-03 Thread Waldemar Osuch
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

Re: Python and SOAP status

2008-05-02 Thread Jeff
Twisted has SOAP support. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and SOAP status

2008-05-02 Thread Heikki Toivonen
Sorry, suds link should have been https://fedorahosted.org/suds -- Heikki Toivonen -- http://mail.python.org/mailman/listinfo/python-list

Re: Python and Soap protocol

2007-01-17 Thread Simon Brunning
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

Re: Python and SOAP

2005-01-21 Thread Diez B. Roggisch
> 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

Re: Python and SOAP

2005-01-20 Thread Peter Schaefer
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

Re: Python and SOAP

2005-01-20 Thread Nelson Minar
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