You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments