/**
* 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://xzufi-v2-2-0-he.zfinder.de/?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://xzufi-v2-2-0-he.zfinder.de/?wsdl',
\WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => ClassMap::get(),
);
/**
* Samples for Allgemeinanfrageherausgeber ServiceType
*/
$allgemeinanfrageherausgeber = new \ServiceType\Allgemeinanfrageherausgeber($options);
/**
* Sample call for allgemein_anfrage_herausgeber_040001 operation/method
*/
if ($allgemeinanfrageherausgeber->allgemein_anfrage_herausgeber_040001(new \StructType\Allgemein_anfrage_herausgeber_040001()) !== false) {
print_r($allgemeinanfrageherausgeber->getResult());
} else {
print_r($allgemeinanfrageherausgeber->getLastError());
}
/**
* Samples for Allgemeinanfragesprachen ServiceType
*/
$allgemeinanfragesprachen = new \ServiceType\Allgemeinanfragesprachen($options);
/**
* Sample call for allgemein_anfrage_sprachen_040003 operation/method
*/
if ($allgemeinanfragesprachen->allgemein_anfrage_sprachen_040003(new \StructType\Allgemein_anfrage_sprachen_040003()) !== false) {
print_r($allgemeinanfragesprachen->getResult());
} else {
print_r($allgemeinanfragesprachen->getLastError());
}
/**
* Samples for Allgemeinanfragedatei ServiceType
*/
$allgemeinanfragedatei = new \ServiceType\Allgemeinanfragedatei($options);
/**
* Sample call for allgemein_anfrage_datei_040005 operation/method
*/
if ($allgemeinanfragedatei->allgemein_anfrage_datei_040005(new \StructType\Allgemein_anfrage_datei_040005()) !== false) {
print_r($allgemeinanfragedatei->getResult());
} else {
print_r($allgemeinanfragedatei->getLastError());
}
/**
* Samples for Gebieteanfragegebiet ServiceType
*/
$gebieteanfragegebiet = new \ServiceType\Gebieteanfragegebiet($options);
/**
* Sample call for gebiete_anfrage_gebiet_040201 operation/method
*/
if ($gebieteanfragegebiet->gebiete_anfrage_gebiet_040201(new \StructType\Gebiete_anfrage_gebiet_040201()) !== false) {
print_r($gebieteanfragegebiet->getResult());
} else {
print_r($gebieteanfragegebiet->getLastError());
}
/**
* Samples for Gebieteanfragegebietsklasse ServiceType
*/
$gebieteanfragegebietsklasse = new \ServiceType\Gebieteanfragegebietsklasse($options);
/**
* Sample call for gebiete_anfrage_gebietsklasse_040202 operation/method
*/
if ($gebieteanfragegebietsklasse->gebiete_anfrage_gebietsklasse_040202(new \StructType\Gebiete_anfrage_gebietsklasse_040202()) !== false) {
print_r($gebieteanfragegebietsklasse->getResult());
} else {
print_r($gebieteanfragegebietsklasse->getLastError());
}
/**
* Samples for Gebieteanfragegebietstyp ServiceType
*/
$gebieteanfragegebietstyp = new \ServiceType\Gebieteanfragegebietstyp($options);
/**
* Sample call for gebiete_anfrage_gebietstyp_040203 operation/method
*/
if ($gebieteanfragegebietstyp->gebiete_anfrage_gebietstyp_040203(new \StructType\Gebiete_anfrage_gebietstyp_040203()) !== false) {
print_r($gebieteanfragegebietstyp->getResult());
} else {
print_r($gebieteanfragegebietstyp->getLastError());
}
/**
* Samples for Leistungenanfrageleistung ServiceType
*/
$leistungenanfrageleistung = new \ServiceType\Leistungenanfrageleistung($options);
/**
* Sample call for leistungen_anfrage_leistung_040101 operation/method
*/
if ($leistungenanfrageleistung->leistungen_anfrage_leistung_040101(new \StructType\Leistungen_anfrage_leistung_040101()) !== false) {
print_r($leistungenanfrageleistung->getResult());
} else {
print_r($leistungenanfrageleistung->getLastError());
}
/**
* Samples for Leistungenanfrageleistungskategorie ServiceType
*/
$leistungenanfrageleistungskategorie = new \ServiceType\Leistungenanfrageleistungskategorie($options);
/**
* Sample call for leistungen_anfrage_leistungskategorie_040102 operation/method
*/
if ($leistungenanfrageleistungskategorie->leistungen_anfrage_leistungskategorie_040102(new \StructType\Leistungen_anfrage_leistungskategorie_040102()) !== false) {
print_r($leistungenanfrageleistungskategorie->getResult());
} else {
print_r($leistungenanfrageleistungskategorie->getLastError());
}
/**
* Samples for Leistungenanfrageleistungskategorieklasse ServiceType
*/
$leistungenanfrageleistungskategorieklasse = new \ServiceType\Leistungenanfrageleistungskategorieklasse($options);
/**
* Sample call for leistungen_anfrage_leistungskategorieklasse_040103
* operation/method
*/
if ($leistungenanfrageleistungskategorieklasse->leistungen_anfrage_leistungskategorieklasse_040103(new \StructType\Leistungen_anfrage_leistungskategorieklasse_040103()) !== false) {
print_r($leistungenanfrageleistungskategorieklasse->getResult());
} else {
print_r($leistungenanfrageleistungskategorieklasse->getLastError());
}
/**
* Samples for Leistungenanfrageleistungsbericht ServiceType
*/
$leistungenanfrageleistungsbericht = new \ServiceType\Leistungenanfrageleistungsbericht($options);
/**
* Sample call for leistungen_anfrage_leistungsbericht_040107 operation/method
*/
if ($leistungenanfrageleistungsbericht->leistungen_anfrage_leistungsbericht_040107(new \StructType\Leistungen_anfrage_leistungsbericht_040107()) !== false) {
print_r($leistungenanfrageleistungsbericht->getResult());
} else {
print_r($leistungenanfrageleistungsbericht->getLastError());
}
/**
* Samples for Leistungenanfragespezialisierung ServiceType
*/
$leistungenanfragespezialisierung = new \ServiceType\Leistungenanfragespezialisierung($options);
/**
* Sample call for leistungen_anfrage_spezialisierung_040109 operation/method
*/
if ($leistungenanfragespezialisierung->leistungen_anfrage_spezialisierung_040109(new \StructType\Leistungen_anfrage_spezialisierung_040109()) !== false) {
print_r($leistungenanfragespezialisierung->getResult());
} else {
print_r($leistungenanfragespezialisierung->getLastError());
}
/**
* Samples for Zustaendigkeitenanfrageorganisationseinheit ServiceType
*/
$zustaendigkeitenanfrageorganisationseinheit = new \ServiceType\Zustaendigkeitenanfrageorganisationseinheit($options);
/**
* Sample call for zustaendigkeiten_anfrage_organisationseinheit_040402
* operation/method
*/
if ($zustaendigkeitenanfrageorganisationseinheit->zustaendigkeiten_anfrage_organisationseinheit_040402(new \StructType\Zustaendigkeiten_anfrage_organisationseinheit_040402()) !== false) {
print_r($zustaendigkeitenanfrageorganisationseinheit->getResult());
} else {
print_r($zustaendigkeitenanfrageorganisationseinheit->getLastError());
}
/**
* Samples for Zustaendigkeitenanfrageorganisationseinheitskategorie ServiceType
*/
$zustaendigkeitenanfrageorganisationseinheitskategorie = new \ServiceType\Zustaendigkeitenanfrageorganisationseinheitskategorie($options);
/**
* Sample call for zustaendigkeiten_anfrage_organisationseinheitskategorie_040403
* operation/method
*/
if ($zustaendigkeitenanfrageorganisationseinheitskategorie->zustaendigkeiten_anfrage_organisationseinheitskategorie_040403(new \StructType\Zustaendigkeiten_anfrage_organisationseinheitskategorie_040403()) !== false) {
print_r($zustaendigkeitenanfrageorganisationseinheitskategorie->getResult());
} else {
print_r($zustaendigkeitenanfrageorganisationseinheitskategorie->getLastError());
}
/**
* Samples for Zustaendigkeitenanfrageorganisationseinheitskategorieklasse
* ServiceType
*/
$zustaendigkeitenanfrageorganisationseinheitskategorieklasse = new \ServiceType\Zustaendigkeitenanfrageorganisationseinheitskategorieklasse($options);
/**
* Sample call for
* zustaendigkeiten_anfrage_organisationseinheitskategorieklasse_040404
* operation/method
*/
if ($zustaendigkeitenanfrageorganisationseinheitskategorieklasse->zustaendigkeiten_anfrage_organisationseinheitskategorieklasse_040404(new \StructType\Zustaendigkeiten_anfrage_organisationseinheitskategorieklasse_040404()) !== false) {
print_r($zustaendigkeitenanfrageorganisationseinheitskategorieklasse->getResult());
} else {
print_r($zustaendigkeitenanfrageorganisationseinheitskategorieklasse->getLastError());
}
/**
* Samples for Zustaendigkeitenanfragekontaktperson ServiceType
*/
$zustaendigkeitenanfragekontaktperson = new \ServiceType\Zustaendigkeitenanfragekontaktperson($options);
/**
* Sample call for zustaendigkeiten_anfrage_kontaktperson_040409 operation/method
*/
if ($zustaendigkeitenanfragekontaktperson->zustaendigkeiten_anfrage_kontaktperson_040409(new \StructType\Zustaendigkeiten_anfrage_kontaktperson_040409()) !== false) {
print_r($zustaendigkeitenanfragekontaktperson->getResult());
} else {
print_r($zustaendigkeitenanfragekontaktperson->getLastError());
}
/**
* Samples for Zustaendigkeitenanfrageformular ServiceType
*/
$zustaendigkeitenanfrageformular = new \ServiceType\Zustaendigkeitenanfrageformular($options);
/**
* Sample call for zustaendigkeiten_anfrage_formular_040411 operation/method
*/
if ($zustaendigkeitenanfrageformular->zustaendigkeiten_anfrage_formular_040411(new \StructType\Zustaendigkeiten_anfrage_formular_040411()) !== false) {
print_r($zustaendigkeitenanfrageformular->getResult());
} else {
print_r($zustaendigkeitenanfrageformular->getLastError());
}
/**
* Samples for Zustaendigkeitenanfrageonlinedienst ServiceType
*/
$zustaendigkeitenanfrageonlinedienst = new \ServiceType\Zustaendigkeitenanfrageonlinedienst($options);
/**
* Sample call for zustaendigkeiten_anfrage_onlinedienst_040413 operation/method
*/
if ($zustaendigkeitenanfrageonlinedienst->zustaendigkeiten_anfrage_onlinedienst_040413(new \StructType\Zustaendigkeiten_anfrage_onlinedienst_040413()) !== false) {
print_r($zustaendigkeitenanfrageonlinedienst->getResult());
} else {
print_r($zustaendigkeitenanfrageonlinedienst->getLastError());
}
/**
* Samples for Transferoperation ServiceType
*/
$transferoperation = new \ServiceType\Transferoperation($options);
/**
* Sample call for transfer_operation_040502 operation/method
*/
if ($transferoperation->transfer_operation_040502(new \StructType\Transfer_operation_040502()) !== false) {
print_r($transferoperation->getResult());
} else {
print_r($transferoperation->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