kodlarım;
ini_set("soap.wsdl_cache_enabled", "0");
$url = "http://193.140.168.45/WSAndroid/Service1.asmx?WSDL";
$client = new SoapClient($url);
$params = new stdClass();
$params->Authentication = new stdClass();
$params->Authentication->username = 'android';
$params->Authentication->password = '..bilgemre..';
$params->ogrencino = '259244';
$params->sifre = 'matematik1';
echo "
";
var_dump($params);
echo "
";
$response = $client->__soapCall("KimlikDogrula",$params);
var_dump($response);
__gettype ile çıktı aldığımda fonksiyonun
struct UzemKimlikDogrula { Authentication auth; string ogrencino; string sifre; }
bu tipte bir parametre alacağından bahsediyo