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
SFDC_BigDogSFDC_BigDog 

Salesforce Integration Error (Enterprise WSDL)

We are seeing this error whenever our .net developer is trying to insert a record into salesforce custom object.

sObject type 'xyz__c' is not supported. If you are attempting to use a custom object, be sure to append the '__c' after the entity name. Please reference your WSDL or the describe call for the appropriate names.

They have integrated using latest Enterprise WSDL. The user is set as "System Administrator". Besides all these we are seeing this error. We are not seeing this issue with Standard objects.

Any insights would be helpful.

Thank you.
Daniel BallingerDaniel Ballinger
Does the System Administrator profile have access to the xyz__c custom object and is the API name correct? Was the Enterprise WSDL generated in the same Salesforce instance for the same user?

You could try generating the Enterprise WSDL for the problem user from the target Salesforce Org to verify they can see the xyz__c custom object and that the API name is as you expect.