hello everyone,
I am new to devnet , i need some help with error
Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\cucmtest1.php on line 14
here's my code.
?php
$host="hostname@my.domain.com";
$username="username";
$password="password";
$client = new SoapClient("\AXLAPI.wsdl\",array('trace'=>true,'exceptions'=>true,'location'=>'https://'.$host.':8443/axl','login'=>$username,'password'=>$password,));
?>