<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; 'https://rdxappint.radixxuat.com/RDX/Radixx.ConnectPoint/ConnectPoint.Pricing.svc?singleWSDL',
 * \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; 'https://rdxappint.radixxuat.com/RDX/Radixx.ConnectPoint/ConnectPoint.Pricing.svc?singleWSDL',
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP =&gt; ClassMap::get(),
);
/**
 * Samples for Retrieve ServiceType
 */
$retrieve = new \ServiceType\Retrieve($options);
/**
 * Sample call for RetrieveFastFareSearch operation/method
 */
if ($retrieve-&gt;RetrieveFastFareSearch(new \StructType\RetrieveFastFareSearch()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveFareQuote operation/method
 */
if ($retrieve-&gt;RetrieveFareQuote(new \StructType\RetrieveFareQuote()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveFareQuoteDateRange operation/method
 */
if ($retrieve-&gt;RetrieveFareQuoteDateRange(new \StructType\RetrieveFareQuoteDateRange()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveServiceQuote operation/method
 */
if ($retrieve-&gt;RetrieveServiceQuote(new \StructType\RetrieveServiceQuote()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveServiceQuotes operation/method
 */
if ($retrieve-&gt;RetrieveServiceQuotes(new \StructType\RetrieveServiceQuotes()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveSystemFareQuote operation/method
 */
if ($retrieve-&gt;RetrieveSystemFareQuote(new \StructType\RetrieveSystemFareQuote()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveFareQuoteShop operation/method
 */
if ($retrieve-&gt;RetrieveFareQuoteShop(new \StructType\RetrieveFareQuoteShop()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveFareQuoteShopDateRange operation/method
 */
if ($retrieve-&gt;RetrieveFareQuoteShopDateRange(new \StructType\RetrieveFareQuoteShopDateRange()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveServiceSummaries operation/method
 */
if ($retrieve-&gt;RetrieveServiceSummaries(new \StructType\RetrieveServiceSummaries()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveServiceQuoteShop operation/method
 */
if ($retrieve-&gt;RetrieveServiceQuoteShop(new \StructType\RetrieveServiceQuoteShop()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveAARQuote operation/method
 */
if ($retrieve-&gt;RetrieveAARQuote(new \StructType\RetrieveAARQuote()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveFareBundleDetails operation/method
 */
if ($retrieve-&gt;RetrieveFareBundleDetails(new \StructType\RetrieveFareBundleDetails()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Sample call for RetrieveServiceBundleDetails operation/method
 */
if ($retrieve-&gt;RetrieveServiceBundleDetails(new \StructType\RetrieveServiceBundleDetails()) !== false) {
    print_r($retrieve-&gt;getResult());
} else {
    print_r($retrieve-&gt;getLastError());
}
/**
 * Samples for Adjust ServiceType
 */
$adjust = new \ServiceType\Adjust($options);
/**
 * Sample call for AdjustFares operation/method
 */
if ($adjust-&gt;AdjustFares(new \StructType\AdjustFares()) !== false) {
    print_r($adjust-&gt;getResult());
} else {
    print_r($adjust-&gt;getLastError());
}
/**
 * Sample call for AdjustFaresShop operation/method
 */
if ($adjust-&gt;AdjustFaresShop(new \StructType\AdjustFaresShop()) !== false) {
    print_r($adjust-&gt;getResult());
} else {
    print_r($adjust-&gt;getLastError());
}
/**
 * Sample call for AdjustFaresSession operation/method
 */
if ($adjust-&gt;AdjustFaresSession(new \StructType\AdjustFaresSession()) !== false) {
    print_r($adjust-&gt;getResult());
} else {
    print_r($adjust-&gt;getLastError());
}
/**
 * Sample call for AdjustSpecialServices operation/method
 */
if ($adjust-&gt;AdjustSpecialServices(new \StructType\AdjustSpecialServices()) !== false) {
    print_r($adjust-&gt;getResult());
} else {
    print_r($adjust-&gt;getLastError());
}
</pre></body></html>