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
System Admin 361System Admin 361 

SOAP API using PHP

HI I have developed an external application which using SOap to get contents from Salesforce. Soap call sometimes is getting "couldn't connect to host", which is quite critical as that causing my application to break.
KevinPKevinP
You'll have to re-write your application to gracefully handle a connection error. If for no other reason than system upgrades will mean periodic downtimes.
System Admin 361System Admin 361
HI Kevin,
Thanks for your reply, actually i have done this thing, but i need to know why I am getting this errors.

Thanks
Shahid