<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 fist 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://service.mngkargo.com.tr/musterikargodurumu.service/musterikargodurumu.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://service.mngkargo.com.tr/musterikargodurumu.service/musterikargodurumu.asmx?wsdl',
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP =&gt; ClassMap::get(),
);
/**
 * Samples for Musteri ServiceType
 */
$musteri = new \ServiceType\Musteri($options);
/**
 * Sample call for MusteriKargoTakipByFatura operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByFatura(new \StructType\MusteriKargoTakipByFatura()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipBySiparis operation/method
 */
if ($musteri-&gt;MusteriKargoTakipBySiparis(new \StructType\MusteriKargoTakipBySiparis()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByTopluFatura operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByTopluFatura(new \StructType\MusteriKargoTakipByTopluFatura()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoBilgiByTopluFatura operation/method
 */
if ($musteri-&gt;MusteriKargoBilgiByTopluFatura(new \StructType\MusteriKargoBilgiByTopluFatura()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByIrsaliyeNo operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByIrsaliyeNo(new \StructType\MusteriKargoTakipByIrsaliyeNo()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByTarih operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByTarih(new \StructType\MusteriKargoTakipByTarih()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByBarkod operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByBarkod(new \StructType\MusteriKargoTakipByBarkod()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoBilgileriByBarkod operation/method
 */
if ($musteri-&gt;MusteriKargoBilgileriByBarkod(new \StructType\MusteriKargoBilgileriByBarkod()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoBilgileri operation/method
 */
if ($musteri-&gt;MusteriKargoBilgileri(new \StructType\MusteriKargoBilgileri()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriAtfBilgileri operation/method
 */
if ($musteri-&gt;MusteriAtfBilgileri(new \StructType\MusteriAtfBilgileri()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByBayino operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByBayino(new \StructType\MusteriKargoTakipByBayino()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriIadeKargoTakip operation/method
 */
if ($musteri-&gt;MusteriIadeKargoTakip(new \StructType\MusteriIadeKargoTakip()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoBilgiFace operation/method
 */
if ($musteri-&gt;MusteriKargoBilgiFace(new \StructType\MusteriKargoBilgiFace()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipFace operation/method
 */
if ($musteri-&gt;MusteriKargoTakipFace(new \StructType\MusteriKargoTakipFace()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriHizmetleriFace operation/method
 */
if ($musteri-&gt;MusteriHizmetleriFace(new \StructType\MusteriHizmetleriFace()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriIadeKargoTakipByTarih operation/method
 */
if ($musteri-&gt;MusteriIadeKargoTakipByTarih(new \StructType\MusteriIadeKargoTakipByTarih()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoTakipByParcaIcerikTakipNo operation/method
 */
if ($musteri-&gt;MusteriKargoTakipByParcaIcerikTakipNo(new \StructType\MusteriKargoTakipByParcaIcerikTakipNo()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Sample call for MusteriKargoBilgileriBySiparisNo operation/method
 */
if ($musteri-&gt;MusteriKargoBilgileriBySiparisNo(new \StructType\MusteriKargoBilgileriBySiparisNo()) !== false) {
    print_r($musteri-&gt;getResult());
} else {
    print_r($musteri-&gt;getLastError());
}
/**
 * Samples for Get ServiceType
 */
$get = new \ServiceType\Get($options);
/**
 * Sample call for GetAllIl operation/method
 */
if ($get-&gt;GetAllIl(new \StructType\GetAllIl()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetIlceByIlId operation/method
 */
if ($get-&gt;GetIlceByIlId(new \StructType\GetIlceByIlId()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetSubeByIlIlce operation/method
 */
if ($get-&gt;GetSubeByIlIlce(new \StructType\GetSubeByIlIlce()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Samples for Kargo ServiceType
 */
$kargo = new \ServiceType\Kargo($options);
/**
 * Sample call for KargoUcretHesaplaFace operation/method
 */
if ($kargo-&gt;KargoUcretHesaplaFace(new \StructType\KargoUcretHesaplaFace()) !== false) {
    print_r($kargo-&gt;getResult());
} else {
    print_r($kargo-&gt;getLastError());
}
/**
 * Samples for Kurye ServiceType
 */
$kurye = new \ServiceType\Kurye($options);
/**
 * Sample call for KuryeCagirFace operation/method
 */
if ($kurye-&gt;KuryeCagirFace(new \StructType\KuryeCagirFace()) !== false) {
    print_r($kurye-&gt;getResult());
} else {
    print_r($kurye-&gt;getLastError());
}
/**
 * Samples for Teslim ServiceType
 */
$teslim = new \ServiceType\Teslim($options);
/**
 * Sample call for TeslimEdilenGonderiListesi operation/method
 */
if ($teslim-&gt;TeslimEdilenGonderiListesi(new \StructType\TeslimEdilenKargolar()) !== false) {
    print_r($teslim-&gt;getResult());
} else {
    print_r($teslim-&gt;getLastError());
}
/**
 * Samples for Mal ServiceType
 */
$mal = new \ServiceType\Mal($options);
/**
 * Sample call for MalBedelliGonderiKomisyonFaturaListesi operation/method
 */
if ($mal-&gt;MalBedelliGonderiKomisyonFaturaListesi(new \StructType\MalBedelliGonderiKomisyonFaturaListesi()) !== false) {
    print_r($mal-&gt;getResult());
} else {
    print_r($mal-&gt;getLastError());
}
/**
 * Sample call for MalBedelliGonderiKomisyonFaturaDetay operation/method
 */
if ($mal-&gt;MalBedelliGonderiKomisyonFaturaDetay(new \StructType\MalBedelliGonderiKomisyonFaturaDetay()) !== false) {
    print_r($mal-&gt;getResult());
} else {
    print_r($mal-&gt;getLastError());
}
/**
 * Samples for Gonderi ServiceType
 */
$gonderi = new \ServiceType\Gonderi($options);
/**
 * Sample call for GonderiSonDurumlari operation/method
 */
if ($gonderi-&gt;GonderiSonDurumlari(new \StructType\GonderiSonDurumlari()) !== false) {
    print_r($gonderi-&gt;getResult());
} else {
    print_r($gonderi-&gt;getLastError());
}
/**
 * Samples for Fatura ServiceType
 */
$fatura = new \ServiceType\Fatura($options);
/**
 * Sample call for FaturaSiparisBilgiTz operation/method
 */
if ($fatura-&gt;FaturaSiparisBilgiTz(new \StructType\FaturaSiparisBilgiTz()) !== false) {
    print_r($fatura-&gt;getResult());
} else {
    print_r($fatura-&gt;getLastError());
}
</pre></body></html>