Hi,
I'm using below line to query contact record and getting Net::ReadTimeout error every time
@interviewee = obm.connection.soap(obm.session_id).find('Contact',id).
Can anyone please let me know why I'm getting this error and also if we call above method will it query all fields of SOQL query.
Thanks