<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
/**
 * This file aims to show you how to use this generated package.
 * In addition, the goal is to show which methods are available and the first needed parameter(s)
 * You have to use an associative array such as:
 * - the key must be a constant beginning with WSDL_ from AbstractSoapClientBase class (each generated ServiceType class extends this class)
 * - the value must be the corresponding key value (each option matches a {@link http://www.php.net/manual/en/soapclient.soapclient.php} option)
 * $options = array(
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL =&gt; 'http://85.106.8.202:2001/KorgunWebService.asmx?wsdl',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_TRACE =&gt; true,
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN =&gt; 'you_secret_login',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD =&gt; 'you_secret_password',
 * );
 * etc...
 */
require_once __DIR__ . '/vendor/autoload.php';
/**
 * Minimal options
 */
$options = array(
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL =&gt; 'http://85.106.8.202:2001/KorgunWebService.asmx?wsdl',
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP =&gt; ClassMap::get(),
);
/**
 * Samples for Getstk ServiceType
 */
$getstk = new \ServiceType\Getstk($options);
/**
 * Sample call for getstkKoliMik operation/method
 */
if ($getstk-&gt;getstkKoliMik(new \StructType\GetstkKoliMik()) !== false) {
    print_r($getstk-&gt;getResult());
} else {
    print_r($getstk-&gt;getLastError());
}
/**
 * Samples for Set ServiceType
 */
$set = new \ServiceType\Set($options);
/**
 * Sample call for SetWeb2SipHarKoli operation/method
 */
if ($set-&gt;SetWeb2SipHarKoli(new \StructType\SetWeb2SipHarKoli()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetCariYetkili operation/method
 */
if ($set-&gt;SetCariYetkili(new \StructType\SetCariYetkili()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetCariAdress operation/method
 */
if ($set-&gt;SetCariAdress(new \StructType\SetCariAdress()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetSipiptal operation/method
 */
if ($set-&gt;SetSipiptal(new \StructType\SetSipiptal()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetWeb2SipHar operation/method
 */
if ($set-&gt;SetWeb2SipHar(new \StructType\SetWeb2SipHar()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetWeb2Fatura operation/method
 */
if ($set-&gt;SetWeb2Fatura(new \StructType\SetWeb2Fatura()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetKprFisMagaza operation/method
 */
if ($set-&gt;SetKprFisMagaza(new \StructType\SetKprFisMagaza()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetCariFis operation/method
 */
if ($set-&gt;SetCariFis(new \StructType\SetCariFis()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetCariFisHar operation/method
 */
if ($set-&gt;SetCariFisHar(new \StructType\SetCariFisHar()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetKprFis operation/method
 */
if ($set-&gt;SetKprFis(new \StructType\SetKprFis()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetKprFisHar operation/method
 */
if ($set-&gt;SetKprFisHar(new \StructType\SetKprFisHar()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetKprFisOde operation/method
 */
if ($set-&gt;SetKprFisOde(new \StructType\SetKprFisOde()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Sample call for SetMusteriKart operation/method
 */
if ($set-&gt;SetMusteriKart(new \StructType\SetMusteriKart()) !== false) {
    print_r($set-&gt;getResult());
} else {
    print_r($set-&gt;getLastError());
}
/**
 * Samples for Get ServiceType
 */
$get = new \ServiceType\Get($options);
/**
 * Sample call for getAllKoliTip operation/method
 */
if ($get-&gt;getAllKoliTip(new \StructType\GetAllKoliTip()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getStokKoli operation/method
 */
if ($get-&gt;getStokKoli(new \StructType\GetStokKoli()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getURTMarka operation/method
 */
if ($get-&gt;getURTMarka(new \StructType\GetURTMarka()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getURTTip operation/method
 */
if ($get-&gt;getURTTip(new \StructType\GetURTTip()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getStokGrup operation/method
 */
if ($get-&gt;getStokGrup(new \StructType\GetStokGrup()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getStokTip operation/method
 */
if ($get-&gt;getStokTip(new \StructType\GetStokTip()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWebModulKategori operation/method
 */
if ($get-&gt;GetWebModulKategori(new \StructType\GetWebModulKategori()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllUlke operation/method
 */
if ($get-&gt;GetAllUlke(new \StructType\GetAllUlke()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllUlkeSehir operation/method
 */
if ($get-&gt;GetAllUlkeSehir(new \StructType\GetAllUlkeSehir()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllUlkeSehirilce operation/method
 */
if ($get-&gt;GetAllUlkeSehirilce(new \StructType\GetAllUlkeSehirilce()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllUlkeSehirilceSemt operation/method
 */
if ($get-&gt;GetAllUlkeSehirilceSemt(new \StructType\GetAllUlkeSehirilceSemt()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getStokBarcodeS operation/method
 */
if ($get-&gt;getStokBarcodeS(new \StructType\GetStokBarcodeS()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for getKoliBarcodeS operation/method
 */
if ($get-&gt;getKoliBarcodeS(new \StructType\GetKoliBarcodeS()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllRnkList operation/method
 */
if ($get-&gt;GetAllRnkList(new \StructType\GetAllRnkList()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllBdnList operation/method
 */
if ($get-&gt;GetAllBdnList(new \StructType\GetAllBdnList()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllMuafiyet operation/method
 */
if ($get-&gt;GetAllMuafiyet(new \StructType\GetAllMuafiyet()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWebStkMevDetail operation/method
 */
if ($get-&gt;GetWebStkMevDetail(new \StructType\GetWebStkMevDetail()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWeb_Full_info_Stk_in_MevDet operation/method
 */
if ($get-&gt;GetWeb_Full_info_Stk_in_MevDet(new \StructType\GetWeb_Full_info_Stk_in_MevDet()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWeb_Full_info_Stk_in_MevDet_LocDetail operation/method
 */
if ($get-&gt;GetWeb_Full_info_Stk_in_MevDet_LocDetail(new \StructType\GetWeb_Full_info_Stk_in_MevDet_LocDetail()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWeb_Full_info_Stk operation/method
 */
if ($get-&gt;GetWeb_Full_info_Stk(new \StructType\GetWeb_Full_info_Stk()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokRnk operation/method
 */
if ($get-&gt;GetStokRnk(new \StructType\GetStokRnk()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokBdn operation/method
 */
if ($get-&gt;GetStokBdn(new \StructType\GetStokBdn()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokAsorti operation/method
 */
if ($get-&gt;GetStokAsorti(new \StructType\GetStokAsorti()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetSatFiyTipList operation/method
 */
if ($get-&gt;GetSatFiyTipList(new \StructType\GetSatFiyTipList()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokRnkBdn operation/method
 */
if ($get-&gt;GetStokRnkBdn(new \StructType\GetStokRnkBdn()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWebStkLocMevDetail operation/method
 */
if ($get-&gt;GetWebStkLocMevDetail(new \StructType\GetWebStkLocMevDetail()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokDocument operation/method
 */
if ($get-&gt;GetStokDocument(new \StructType\GetStokDocument()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWebPPStkLocMevDetail operation/method
 */
if ($get-&gt;GetWebPPStkLocMevDetail(new \StructType\GetWebPPStkLocMevDetail()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetStokResim operation/method
 */
if ($get-&gt;GetStokResim(new \StructType\GetStokResim()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWeb_UpToDate_MevDet operation/method
 */
if ($get-&gt;GetWeb_UpToDate_MevDet(new \StructType\GetWeb_UpToDate_MevDet()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for Get_Puan operation/method
 */
if ($get-&gt;Get_Puan(new \StructType\Get_Puan()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCariAdress operation/method
 */
if ($get-&gt;GetCariAdress(new \StructType\GetCariAdress()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCariYetkili operation/method
 */
if ($get-&gt;GetCariYetkili(new \StructType\GetCariYetkili()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCariEkstre operation/method
 */
if ($get-&gt;GetCariEkstre(new \StructType\GetCariEkstre()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetSipDurum operation/method
 */
if ($get-&gt;GetSipDurum(new \StructType\GetSipDurum()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetSipOzellik operation/method
 */
if ($get-&gt;GetSipOzellik(new \StructType\GetSipOzellik()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetOdeSekil operation/method
 */
if ($get-&gt;GetOdeSekil(new \StructType\GetOdeSekil()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAllFisOdeTip operation/method
 */
if ($get-&gt;GetAllFisOdeTip(new \StructType\GetAllFisOdeTip()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetKprFis operation/method
 */
if ($get-&gt;GetKprFis(new \StructType\GetKprFis()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetIrsaliye operation/method
 */
if ($get-&gt;GetIrsaliye(new \StructType\GetIrsaliye()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetFatura operation/method
 */
if ($get-&gt;GetFatura(new \StructType\GetFatura()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetDahili operation/method
 */
if ($get-&gt;GetDahili(new \StructType\GetDahili()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetTamirHar operation/method
 */
if ($get-&gt;GetTamirHar(new \StructType\GetTamirHar()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetHC operation/method
 */
if ($get-&gt;GetHC(new \StructType\GetHC()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetPerakende operation/method
 */
if ($get-&gt;GetPerakende(new \StructType\GetPerakende()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCari operation/method
 */
if ($get-&gt;GetCari(new \StructType\GetCari()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetSatFis operation/method
 */
if ($get-&gt;GetSatFis(new \StructType\GetSatFis()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetMusteriKart operation/method
 */
if ($get-&gt;GetMusteriKart(new \StructType\GetMusteriKart()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCurrencyByDate operation/method
 */
if ($get-&gt;GetCurrencyByDate(new \StructType\GetCurrencyByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetWebStkKart operation/method
 */
if ($get-&gt;GetWebStkKart(new \StructType\GetWebStkKart()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Samples for Getlastlogs ServiceType
 */
$getlastlogs = new \ServiceType\Getlastlogs($options);
/**
 * Sample call for Getlast10logs operation/method
 */
if ($getlastlogs-&gt;Getlast10logs(new \StructType\Getlast10logs()) !== false) {
    print_r($getlastlogs-&gt;getResult());
} else {
    print_r($getlastlogs-&gt;getLastError());
}
/**
 * Samples for Check ServiceType
 */
$check = new \ServiceType\Check($options);
/**
 * Sample call for CheckLicense operation/method
 */
if ($check-&gt;CheckLicense(new \StructType\CheckLicense()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Samples for Whatismyip ServiceType
 */
$whatismyip = new \ServiceType\Whatismyip($options);
/**
 * Sample call for whatismyip operation/method
 */
if ($whatismyip-&gt;whatismyip(new \StructType\Whatismyip()) !== false) {
    print_r($whatismyip-&gt;getResult());
} else {
    print_r($whatismyip-&gt;getLastError());
}
/**
 * Samples for Qeratacom ServiceType
 */
$qeratacom = new \ServiceType\Qeratacom($options);
/**
 * Sample call for qeratacomXml operation/method
 */
if ($qeratacom-&gt;qeratacomXml(new \StructType\QeratacomXml()) !== false) {
    print_r($qeratacom-&gt;getResult());
} else {
    print_r($qeratacom-&gt;getLastError());
}
</pre></body></html>