include ("include/nusoap/nusoap.php");
$url = "http://201.133.100.56/ws/RandomImage.php?wsdl";
$service = @new soapclient($url,"wsdl");
$client = @$service->getProxy();
$a = @$client->randomPicture("d");
include ("include/nusoap/nusoap.php");
$url = "http://201.133.100.56/ws/RandomImage.php?wsdl";
$service = @new soapclient($url,"wsdl");
$client = @$service->getProxy();
$a = @$client->randomPicture("d");