xxxxxxxxxx
namespace farpointsystems\cdtfa-test;
/**
* Class which returns the class map definition
* @package
*/
class ClassMap
{
/**
* Returns the mapping between the WSDL Structs and generated Structs' classes
* This array is sent to the \SoapClient when calling the WS
* @return string[]
*/
final public static function get()
{
return array(
'fileTaxReturn' => '\\farpointsystems\\cdtfa-test\\StructType\\FileTaxReturn',
'RequestHeaderType' => '\\farpointsystems\\cdtfa-test\\StructType\\RequestHeaderType',
'fileTaxReturnResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\FileTaxReturnResponse',
'TaxReturnResponseType' => '\\farpointsystems\\cdtfa-test\\StructType\\TaxReturnResponseType',
'ErrorGroupType' => '\\farpointsystems\\cdtfa-test\\StructType\\ErrorGroupType',
'ErrorType' => '\\farpointsystems\\cdtfa-test\\StructType\\ErrorType',
'getSUTPrepayFuelRates' => '\\farpointsystems\\cdtfa-test\\StructType\\GetSUTPrepayFuelRates',
'getSUTPrepayFuelRatesResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\GetSUTPrepayFuelRatesResponse',
'FuelRateResponseType' => '\\farpointsystems\\cdtfa-test\\StructType\\FuelRateResponseType',
'FuelRateType' => '\\farpointsystems\\cdtfa-test\\StructType\\FuelRateType',
'getSubLocations' => '\\farpointsystems\\cdtfa-test\\StructType\\GetSubLocations',
'getSubLocationsResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\GetSubLocationsResponse',
'SubLocationResponseType' => '\\farpointsystems\\cdtfa-test\\StructType\\SubLocationResponseType',
'ExistingLocationType' => '\\farpointsystems\\cdtfa-test\\StructType\\ExistingLocationType',
'RequiredAddressType' => '\\farpointsystems\\cdtfa-test\\StructType\\RequiredAddressType',
'TaxAreaCodeType' => '\\farpointsystems\\cdtfa-test\\StructType\\TaxAreaCodeType',
'getReturnPackage' => '\\farpointsystems\\cdtfa-test\\StructType\\GetReturnPackage',
'getReturnPackageResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\GetReturnPackageResponse',
'ReturnPackageResponseType' => '\\farpointsystems\\cdtfa-test\\StructType\\ReturnPackageResponseType',
'ReturnPackageFormType' => '\\farpointsystems\\cdtfa-test\\StructType\\ReturnPackageFormType',
'makePrePayment' => '\\farpointsystems\\cdtfa-test\\StructType\\MakePrePayment',
'makePrePaymentResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\MakePrePaymentResponse',
'Ping' => '\\farpointsystems\\cdtfa-test\\StructType\\Ping',
'PingResponse' => '\\farpointsystems\\cdtfa-test\\StructType\\PingResponse',
);
}
}
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