-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
zeep creates types dynamically for ComplexType values. These new types have the class zeep.objects.ComplexType so isinstance(response, zeep.xsd.ComplexType) is always False, which effectively bypasses the WebServiceCall decorator here:
netsuite/netsuite/soap_api/decorators.py
Line 37 in 9d7bdb3
| if not isinstance(response, zeep.xsd.ComplexType): |
I'm not sure of the best way to resolve this. Is the isinstance test necessary?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels