Example #1
0
 public function GetCredit()
 {
     $client = new SoapClient($this->wsdl_link);
     return $client->CREDIT_LINESMS($this->username, $this->password, $this->from);
 }