You need to sign in to do that
Don't have an account?

Python wsdl call producing suds.TypeNotFound error on new fields
Two new fields were added to an object that need to be loaded.
The python code was modified to pass the new values.
A new wsdl was generated and stored.
I confirmed that the new wsdl includes the new fields.
However, the wsdl call still produces the following error:
(<class 'suds.TypeNotFound'>,
TypeNotFound("Type not found: 'One2ManyPlans__c'",),
<traceback object at 0x2a53050>)
I confirmed that the data is being rendered in the array correctly for the pass to salesforce.
Am I missing a step?