Send soap API timeout

nitiphone2021

New member
Dear all,
Accoring to I created a soap API for sending SMS but timeout I found the server not reply.
so I would like to protect the timeout case like retry or something.

Code:
$requestmsg = array('msg'=>$msg);
/* SEND SOAP API */
$result = $client->SendSMS($requestmsg);

/* RESPONSE FROM SOAP API*/
 
Back
Top