Hi all,
When calling getMultipleLeads() in C#, I get exception of response content type error.
My batch size was 1000, and after 260k records(260 batches) completed, when getting the next batch, I got exception with message as bellow.
Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error message:--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xtml1-transitional.
What does this message mean? And how could I deal with it?
Best Regards,
Biao