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

Python and SOAP status

2008-05-02 Thread Heikki Toivonen
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 from that time have becom

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

Python and Soap protocol

2007-01-16 Thread Grzegorz Smith
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 use? Thanks for any help Gregor -- http://mail.python.org/mailm

Re: The status of Python and SOAP?

2006-10-24 Thread Waldemar Osuch
Thomas W wrote: > I'm going to give a presentation of python to my co-workers at a very > pro-microsoft workplace. Almost everything we need is currently > supported by the standard distro + the win32all package, but we also > need support for SOAP. I've tried SOAPpy ( didn't get it to compile, >

Re: The status of Python and SOAP?

2006-10-24 Thread Paul Boddie
Thomas W wrote: > I'm going to give a presentation of python to my co-workers at a very > pro-microsoft workplace. Almost everything we need is currently > supported by the standard distro + the win32all package, but we also > need support for SOAP. I've tried SOAPpy ( didn't get it to compile, > n

Re: The status of Python and SOAP?

2006-10-24 Thread Steven Bethard
Larry Bates wrote: > I would venture to guess that this is the one I would lean towards > if I needed SOAP support: > > http://www.effbot.org/downloads/#elementsoap > > I know is says "experimental" but Fredrik Lundh's idea of experimental > always seems to be everyone else's idea of a shipping p

Re: The status of Python and SOAP?

2006-10-24 Thread Larry Bates
I would venture to guess that this is the one I would lean towards if I needed SOAP support: http://www.effbot.org/downloads/#elementsoap I know is says "experimental" but Fredrik Lundh's idea of experimental always seems to be everyone else's idea of a shipping product (e.g his code just seems t

Re: The status of Python and SOAP?

2006-10-24 Thread Martin v. Löwis
Thomas W schrieb: > I'm going to give a presentation of python to my co-workers at a very > pro-microsoft workplace. Almost everything we need is currently > supported by the standard distro + the win32all package, but we also > need support for SOAP. I've tried SOAPpy ( didn't get it to compile, >

The status of Python and SOAP?

2006-10-24 Thread Thomas W
I'm going to give a presentation of python to my co-workers at a very pro-microsoft workplace. Almost everything we need is currently supported by the standard distro + the win32all package, but we also need support for SOAP. I've tried SOAPpy ( didn't get it to compile, needed a library from a dea

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

Python and SOAP

2005-01-20 Thread Peter Schaefer
Hello! 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? Regards, Peter -- Meine E-Mail Adresse enthält keine Zahlen. My email address doesn't contain numbers. -- http://mail.python.org/mailman/listinfo/python-list