On 20-Dec-07, at 8:36 AM, s|s wrote: > ZSI is another implementation available from pywebsvcs.sf.net which is > more mature and especially usable as Soap client. > > If I were you, I would use Soaplib as SOAP server and ZSI as soap > client although both support server/client mode.
I've not had any luck using ZSI to talk to a .Net IIS server. From examination of the XML generated, it appeared that the only difference was that ZSI uses <SOAP-ENV:Envelope/> as root tag, while IIS requires <soap:Envelope/>. Both pointed to the same XML namespace. From my limited understanding of XML namespaces, the namespace URL declaration takes precedence over tag name, but that didn't seem to be working here. I couldn't find anything in the ZSI API that allowed changing the root tag. -- Kiran Jonnalagadda http://jace.seacrow.com/ _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers