function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sean FieldingSean Fielding 

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?