Tres Seaver wrote at 2010-12-1 07:12 -0500: > ... >Has anyone run into similar issues trying to implement a "fixed" WSDL >specification with soaplib? I know that ZSI had support for generating >both client and server stubs from a given WSDL document -- perhaps I >need to use ZSI instead.
Should you be unable to solve the problem with "soaplib", then maybe "dm.zope.wsdl_suds" might be helpful. It is using "suds" for the "python <-> XML-schema" conversions and Zope[2] as application server. -- Dieter _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
