<?php ob_start(); $checkSession = false; $params = [ 'ServisKullaniciAdi' => 'igdir_user', 'ServisSifre' => 'igdir_user_2018**?', //'OgrenciNo' => "O1302010022", //'Ogrencisifre' => "Medinem_0435" 'OgrenciNo' => '1033510038', 'Ogrencisifre' => 'unipa2018*' ]; $options = [ //'location' => $wsUrl, //'uri' => 'http://schemas.xmlsoap.org/soap/envelope/', //'style' => SOAP_RPC, //'use' => SOAP_ENCODED, //'soap_version' => SOAP_1_2, 'cache_wsdl' => WSDL_CACHE_NONE, 'connection_timeout' => 15, 'trace' => true, //'encoding' => 'utf-8', 'exceptions' => true ]; try { $client = new SoapClient('http://194.27.170.60/Services/OgrenciBilgiSorgula/OgrenciBilgiSorgula.asmx?wsdl', $options); $ogrenciDataResult = $client->GetOgrenciInfo($params); echo "<pre>"; var_dump($client); echo "<br>"; echo "<br><hr>"; var_dump($ogrenciDataResult->{'TCKimlikNo'}); } catch (Exception $e) { die($e->getMessage()); }
You have javascript disabled. You will not be able to edit any code.