API名が「Resume_Text__c」であるSalesforceの連絡先オブジェクトにカスタムフィールドを作成しました。次のSOQLを記述して、Java実装を使用してそのフィールドの値を取得するSOAP呼び出しを行っています。
SELECT Resume_Text__c FROM Contact
ただし、次の例外をスローするクエリの実行。
No such column 'Resume_Text__c' on entity 'Contact'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.'
では、Soap API Java 実装を介してカスタム フィールドにアクセスするにはどうすればよいでしょうか?