On 02/26/13 15:40, azurIt wrote:
It looks like my float was converted to string/unicode as there are two quotes in error message: The value "'6000.0'" could not be validated.
The reason for that is that I send element.text to ValidationError exception.
https://github.com/arskom/spyne/blob/spyne-2.9.3/spyne/protocol/xml/model.py#L79 Just fixed it. https://github.com/plq/spyne/commit/057efce313858e8f7142270a45a580e811a80fcf burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
