Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1.     function sendMMS($login, $secret, $sender, $recipient, $message, $files) {
  2.       $client = new SoapClient("https://backoffice.voipinnovations.com/Services/APIService.asmx?WSDL", array('soap_version' => SOAP_1_2));
  3.       return $client->__soapCall("SendMMS", array($login, $secret, $sender, $recipient, $message, $files));
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement