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


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 consider doing a document/literal service instead of
rpc/encoded, the old way. Unfortunately in my experience doc/lit
doesn't work as well with Python, but it's a better way of doing
things. The ZSI guys are working at it.
Great! I took a look, seems promising.
Thanks a lot!
 Best 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