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
Laxman1975Laxman1975 

Web service callout failed: Unable to parse callout response. Apex type not found for element Subject__c

Hi All,

I'm trying to connect other Salesforce org using Partner WSDL.

I'm getting below error :

Web service callout failed: Unable to parse callout response. Apex type not found for element Subject__c 

String soqlQuery = 'SELECT Subject__c, Closed_Date__c FROM Service_Incident__c';
        
qr = pc.Query(soqlQuery);
 
Best Answer chosen by Laxman1975
Laxman1975Laxman1975
Resolved by modifying sobjectPartnerSoapSforceCom

All Answers

Laxman1975Laxman1975
Resolved by modifying sobjectPartnerSoapSforceCom
This was selected as the best answer
Dhritishree PatnaikDhritishree Patnaik
What was the modification ?