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 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to