/**
* 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 => 'https://www.luvishoes.com/Servis/SiparisServis.svc?wsdl',
* \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_TRACE => true,
* \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN => 'you_secret_login',
* \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD => 'you_secret_password',
* );
* etc...
*/
require_once __DIR__ . '/vendor/autoload.php';
/**
* Minimal options
*/
$options = array(
\WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => 'https://www.luvishoes.com/Servis/SiparisServis.svc?wsdl',
\WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => ClassMap::get(),
);
/**
* Samples for Select ServiceType
*/
$select = new \ServiceType\Select($options);
/**
* Sample call for SelectSiparis operation/method
*/
if ($select->SelectSiparis(new \StructType\SelectSiparis()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisOdeme operation/method
*/
if ($select->SelectSiparisOdeme(new \StructType\SelectSiparisOdeme()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectCariOdeme operation/method
*/
if ($select->SelectCariOdeme(new \StructType\SelectCariOdeme()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisUrun operation/method
*/
if ($select->SelectSiparisUrun(new \StructType\SelectSiparisUrun()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisKampanya operation/method
*/
if ($select->SelectSiparisKampanya(new \StructType\SelectSiparisKampanya()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSepet operation/method
*/
if ($select->SelectSepet(new \StructType\SelectSepet()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectHediyeCeki operation/method
*/
if ($select->SelectHediyeCeki(new \StructType\SelectHediyeCeki()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisUrunDurumlari operation/method
*/
if ($select->SelectSiparisUrunDurumlari(new \StructType\SelectSiparisUrunDurumlari()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectUrunIadeNedenleri operation/method
*/
if ($select->SelectUrunIadeNedenleri(new \StructType\SelectUrunIadeNedenleri()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisKargoPaket operation/method
*/
if ($select->SelectSiparisKargoPaket(new \StructType\SelectSiparisKargoPaket()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectWebSepet operation/method
*/
if ($select->SelectWebSepet(new \StructType\SelectWebSepet()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectEFatura operation/method
*/
if ($select->SelectEFatura(new \StructType\SelectEFatura()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectIadeOdeme operation/method
*/
if ($select->SelectIadeOdeme(new \StructType\SelectIadeOdeme()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectTelefonlaSiparis operation/method
*/
if ($select->SelectTelefonlaSiparis(new \StructType\SelectTelefonlaSiparis()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisDurumlari operation/method
*/
if ($select->SelectSiparisDurumlari(new \StructType\SelectSiparisDurumlari()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectOdemeTipleri operation/method
*/
if ($select->SelectOdemeTipleri(new \StructType\SelectOdemeTipleri()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisDurum operation/method
*/
if ($select->SelectSiparisDurum(new \StructType\SelectSiparisDurum()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Sample call for SelectSiparisDurumLog operation/method
*/
if ($select->SelectSiparisDurumLog(new \StructType\SelectSiparisDurumLog()) !== false) {
print_r($select->getResult());
} else {
print_r($select->getLastError());
}
/**
* Samples for Save ServiceType
*/
$save = new \ServiceType\Save($options);
/**
* Sample call for SaveSiparis operation/method
*/
if ($save->SaveSiparis(new \StructType\SaveSiparis()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveKargoTakipNo operation/method
*/
if ($save->SaveKargoTakipNo(new \StructType\SaveKargoTakipNo()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveSiparisKargoPaket operation/method
*/
if ($save->SaveSiparisKargoPaket(new \StructType\SaveSiparisKargoPaket()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveSiparisKargoPaketKargoTakipNo operation/method
*/
if ($save->SaveSiparisKargoPaketKargoTakipNo(new \StructType\SaveSiparisKargoPaketKargoTakipNo()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveMagaza operation/method
*/
if ($save->SaveMagaza(new \StructType\SaveMagaza()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveEFatura operation/method
*/
if ($save->SaveEFatura(new \StructType\SaveEFatura()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveBekleyenArama operation/method
*/
if ($save->SaveBekleyenArama(new \StructType\SaveBekleyenArama()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Sample call for SaveIadeOdeme operation/method
*/
if ($save->SaveIadeOdeme(new \StructType\SaveIadeOdeme()) !== false) {
print_r($save->getResult());
} else {
print_r($save->getLastError());
}
/**
* Samples for Set ServiceType
*/
$set = new \ServiceType\Set($options);
/**
* Sample call for SetSiparisAktarildi operation/method
*/
if ($set->SetSiparisAktarildi(new \StructType\SetSiparisAktarildi()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisOdemeAktarildi operation/method
*/
if ($set->SetSiparisOdemeAktarildi(new \StructType\SetSiparisOdemeAktarildi()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisAktarildiV2 operation/method
*/
if ($set->SetSiparisAktarildiV2(new \StructType\SetSiparisAktarildiV2()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisAktarildiIptal operation/method
*/
if ($set->SetSiparisAktarildiIptal(new \StructType\SetSiparisAktarildiIptal()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisKargoyaVerildi operation/method
*/
if ($set->SetSiparisKargoyaVerildi(new \StructType\SetSiparisKargoyaVerildi()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisTeslimEdildi operation/method
*/
if ($set->SetSiparisTeslimEdildi(new \StructType\SetSiparisTeslimEdildi()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetFaturaNo operation/method
*/
if ($set->SetFaturaNo(new \StructType\SetFaturaNo()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetHediyeCekiKullanildi operation/method
*/
if ($set->SetHediyeCekiKullanildi(new \StructType\SetHediyeCekiKullanildi()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisDurum operation/method
*/
if ($set->SetSiparisDurum(new \StructType\SetSiparisDurum()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisUrunDurum operation/method
*/
if ($set->SetSiparisUrunDurum(new \StructType\SetSiparisUrunDurum()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSepetKampanya operation/method
*/
if ($set->SetSepetKampanya(new \StructType\SetSepetKampanya()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisPaketlemeDurum operation/method
*/
if ($set->SetSiparisPaketlemeDurum(new \StructType\SetSiparisPaketlemeDurum()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisKargoFirmaId operation/method
*/
if ($set->SetSiparisKargoFirmaId(new \StructType\SetSiparisKargoFirmaId()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisOdemeDurum operation/method
*/
if ($set->SetSiparisOdemeDurum(new \StructType\SetSiparisOdemeDurum()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetEFaturaIptal operation/method
*/
if ($set->SetEFaturaIptal(new \StructType\SetEFaturaIptal()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetReferansNo operation/method
*/
if ($set->SetReferansNo(new \StructType\SetReferansNo()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisDurumListe operation/method
*/
if ($set->SetSiparisDurumListe(new \StructType\SetSiparisDurumListe()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Sample call for SetSiparisFaturaUrl operation/method
*/
if ($set->SetSiparisFaturaUrl(new \StructType\SetSiparisFaturaUrl()) !== false) {
print_r($set->getResult());
} else {
print_r($set->getLastError());
}
/**
* Samples for Update ServiceType
*/
$update = new \ServiceType\Update($options);
/**
* Sample call for UpdateSiparisOzelAlanlar operation/method
*/
if ($update->UpdateSiparisOzelAlanlar(new \StructType\UpdateSiparisOzelAlanlar()) !== false) {
print_r($update->getResult());
} else {
print_r($update->getLastError());
}
/**
* Sample call for UpdateSepet operation/method
*/
if ($update->UpdateSepet(new \StructType\UpdateSepet()) !== false) {
print_r($update->getResult());
} else {
print_r($update->getLastError());
}
/**
* Sample call for UpdateTelefonlaSiparisDurum operation/method
*/
if ($update->UpdateTelefonlaSiparisDurum(new \StructType\UpdateTelefonlaSiparisDurum()) !== false) {
print_r($update->getResult());
} else {
print_r($update->getLastError());
}
/**
* Sample call for UpdateEFatura operation/method
*/
if ($update->UpdateEFatura(new \StructType\UpdateEFatura()) !== false) {
print_r($update->getResult());
} else {
print_r($update->getLastError());
}
/**
* Sample call for UpdateMarketplaceAreas operation/method
*/
if ($update->UpdateMarketplaceAreas(new \StructType\UpdateMarketplaceAreas()) !== false) {
print_r($update->getResult());
} else {
print_r($update->getLastError());
}
/**
* Samples for Hediye ServiceType
*/
$hediye = new \ServiceType\Hediye($options);
/**
* Sample call for HediyeCekiUygula operation/method
*/
if ($hediye->HediyeCekiUygula(new \StructType\HediyeCekiUygula()) !== false) {
print_r($hediye->getResult());
} else {
print_r($hediye->getLastError());
}
/**
* Sample call for HediyeCekiOlustur operation/method
*/
if ($hediye->HediyeCekiOlustur(new \StructType\HediyeCekiOlustur()) !== false) {
print_r($hediye->getResult());
} else {
print_r($hediye->getLastError());
}
/**
* Samples for Siparis ServiceType
*/
$siparis = new \ServiceType\Siparis($options);
/**
* Sample call for SiparisPaketleKargoyaGonder operation/method
*/
if ($siparis->SiparisPaketleKargoyaGonder(new \StructType\SiparisPaketleKargoyaGonder()) !== false) {
print_r($siparis->getResult());
} else {
print_r($siparis->getLastError());
}
/**
* Sample call for SiparisAnonimlestir operation/method
*/
if ($siparis->SiparisAnonimlestir(new \StructType\SiparisAnonimlestir()) !== false) {
print_r($siparis->getResult());
} else {
print_r($siparis->getLastError());
}
/**
* Samples for Get ServiceType
*/
$get = new \ServiceType\Get($options);
/**
* Sample call for GetKargoSecenek operation/method
*/
if ($get->GetKargoSecenek(new \StructType\GetKargoSecenek()) !== false) {
print_r($get->getResult());
} else {
print_r($get->getLastError());
}
/**
* Sample call for GetSepet operation/method
*/
if ($get->GetSepet(new \StructType\GetSepet()) !== false) {
print_r($get->getResult());
} else {
print_r($get->getLastError());
}
/**
* Sample call for GetOdemeTipleri operation/method
*/
if ($get->GetOdemeTipleri(new \StructType\GetOdemeTipleri()) !== false) {
print_r($get->getResult());
} else {
print_r($get->getLastError());
}
/**
* Sample call for GetPaketlemeDurumlari operation/method
*/
if ($get->GetPaketlemeDurumlari(new \StructType\GetPaketlemeDurumlari()) !== false) {
print_r($get->getResult());
} else {
print_r($get->getLastError());
}
/**
* Sample call for GetMagazalar operation/method
*/
if ($get->GetMagazalar(new \StructType\GetMagazalar()) !== false) {
print_r($get->getResult());
} else {
print_r($get->getLastError());
}
/**
* Samples for Create ServiceType
*/
$create = new \ServiceType\Create($options);
/**
* Sample call for CreateSepet operation/method
*/
if ($create->CreateSepet(new \StructType\CreateSepet()) !== false) {
print_r($create->getResult());
} else {
print_r($create->getLastError());
}
/**
* Samples for Marketplace ServiceType
*/
$marketplace = new \ServiceType\Marketplace($options);
/**
* Sample call for MarketplaceParamsIslem operation/method
*/
if ($marketplace->MarketplaceParamsIslem(new \StructType\MarketplaceParamsIslem()) !== false) {
print_r($marketplace->getResult());
} else {
print_r($marketplace->getLastError());
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO