Commit 377d931
Fix to deserializer if result type does not have a length
An exception will be thrown if a bool is returned from a SOAP service call.
`deserialize` soap.py will ask for the length of the result body, but it may not be allowed to take len on some result body types.
Added check if length is valid and returns the body directly if it is not.
I haven't tested with any other types, such as integers.1 parent d0d737a commit 377d931
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments