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
ssiliveri1.3951561968390535E12ssiliveri1.3951561968390535E12 

Integrating SF with External system.

We have integrated our Salesforce system with other external system to get the contacts.

We are getting the contacts into SF till day before yesterday.

But from yesterday we are not getting the contacts into SF.

We didn't do any changes in our system.

We are getting the following error:

System.CalloutException: Web service callout failed: WebService returned a SOAP Fault: 510: 20140319093002493:4951: No records to return. faultcode=soapenv:Client faultactor=

Please help me out
Ashish_SFDCAshish_SFDC
Hi , 


The message 'Value cannot be null', is likely to be a message specific to the external web service your calling. What I would do is enable the Debug Logs or run your code with the Developer Console open to see the logs. When making callouts in Apex the XML transmitted to the external web service is shown. Using this approach, you should be able to identify if the information your passing is different in cases where the callout works and cases where it does not.


Regards,
Ashish