For the following SOAP request, SOAPy create an array of two strings
instead of two booleans:
<Result SOAP-ENC:arrayType="xsd:bool[2]"
xsi:type="SOAP-ENC:Array"><item>False</item><item>False</item></Result>
There are two problems: "boolean" type is converted to integer Python
object and SOAPpy doesn't use the attribute
SOAP-ENC:arrayType="xsd:bool[2]" of <Result> tag.
I wrote a small patch to fix the problem.
Nobody/Anonymous
SOAPpy
None
Public
|
Date: 2008-05-15 18:53
|
| Filename | Description | Download |
|---|---|---|
| SOAPpy.patch | Proposition of patch to fix the problem | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-05-15 18:53 | warnes |
| resolution_id | None | 2008-05-15 18:53 | warnes |
| close_date | - | 2008-05-15 18:53 | warnes |
| File Added | 273606: SOAPpy.patch | 2008-04-07 16:13 | haypo |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use