-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for merging my earlier pull request.
I have another commit pushed, which makes the '@document' decorator work as I need (I think). As described in the WSDL spec (http://www.w3.org/TR/wsdl#_soap:body), the output part for a method decorated by '@document' is a single element, named by default as '%sResponse' % method, with the same type info as the declared return type. My implementation uses a separate function for generating the output message class, making it a dumb alias for the actual return type declared for the method. The pull request is here: https://github.com/soaplib/soaplib/pull/8 Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0CZdkACgkQ+gerLs4ltQ55XwCgtYYPcrGlaAIDJo62JiNEQK3y SvYAnjLMQX14T79GZYG8e6Qc6gmgbWxY =WX0X -----END PGP SIGNATURE----- _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
