<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php

namespace Dpd;

/**
 * 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(
            'isAlive' =&gt; '\\Dpd\\StructType\\IsAlive',
            'isAliveResponse' =&gt; '\\Dpd\\StructType\\IsAliveResponse',
            'setAlive' =&gt; '\\Dpd\\StructType\\SetAlive',
            'setAliveResponse' =&gt; '\\Dpd\\StructType\\SetAliveResponse',
            'UserCredentials' =&gt; '\\Dpd\\StructType\\UserCredentials',
            'VerifyConfiguration' =&gt; '\\Dpd\\StructType\\VerifyConfiguration',
            'VerifyConfigurationRequest' =&gt; '\\Dpd\\StructType\\VerifyConfigurationRequest',
            'Customer' =&gt; '\\Dpd\\StructType\\Customer',
            'CustomerSmall' =&gt; '\\Dpd\\StructType\\CustomerSmall',
            'VerifyConfigurationResponse' =&gt; '\\Dpd\\StructType\\VerifyConfigurationResponse',
            'VerifyUserCredentials' =&gt; '\\Dpd\\StructType\\VerifyUserCredentials',
            'CreateShipment' =&gt; '\\Dpd\\StructType\\CreateShipment',
            'StdShipmentRequest' =&gt; '\\Dpd\\StructType\\StdShipmentRequest',
            'StdShipmentBaseRequest' =&gt; '\\Dpd\\StructType\\StdShipmentBaseRequest',
            'ShipmentRequestDefaultData' =&gt; '\\Dpd\\StructType\\ShipmentRequestDefaultData',
            'ShipmentRequestBase' =&gt; '\\Dpd\\StructType\\ShipmentRequestBase',
            'Address' =&gt; '\\Dpd\\StructType\\Address',
            'AddressMini' =&gt; '\\Dpd\\StructType\\AddressMini',
            'ShopAddress' =&gt; '\\Dpd\\StructType\\ShopAddress',
            'AddressInfo' =&gt; '\\Dpd\\StructType\\AddressInfo',
            'StdServices' =&gt; '\\Dpd\\StructType\\StdServices',
            'ContactServices' =&gt; '\\Dpd\\StructType\\ContactServices',
            'CreateServicesBase' =&gt; '\\Dpd\\StructType\\CreateServicesBase',
            'ServiceBaseList' =&gt; '\\Dpd\\StructType\\ServiceBaseList',
            'AppendOptionsBase' =&gt; '\\Dpd\\StructType\\AppendOptionsBase',
            'Bic3' =&gt; '\\Dpd\\StructType\\Bic3',
            'PickupData' =&gt; '\\Dpd\\StructType\\PickupData',
            'ServiceBase' =&gt; '\\Dpd\\StructType\\ServiceBase',
            'DefaultService' =&gt; '\\Dpd\\StructType\\DefaultService',
            'NonService' =&gt; '\\Dpd\\StructType\\NonService',
            'Marketing' =&gt; '\\Dpd\\StructType\\Marketing',
            'Sameday' =&gt; '\\Dpd\\StructType\\Sameday',
            'Consolidation' =&gt; '\\Dpd\\StructType\\Consolidation',
            'AutoConsolidation' =&gt; '\\Dpd\\StructType\\AutoConsolidation',
            'ReverseReturnBase' =&gt; '\\Dpd\\StructType\\ReverseReturnBase',
            'ReverseBcReturn' =&gt; '\\Dpd\\StructType\\ReverseBcReturn',
            'BcData' =&gt; '\\Dpd\\StructType\\BcData',
            'ReverseInverseReturnBc' =&gt; '\\Dpd\\StructType\\ReverseInverseReturnBc',
            'ReverseReturn' =&gt; '\\Dpd\\StructType\\ReverseReturn',
            'Parcel' =&gt; '\\Dpd\\StructType\\Parcel',
            'ReverseInverseReturn' =&gt; '\\Dpd\\StructType\\ReverseInverseReturn',
            'Reverse' =&gt; '\\Dpd\\StructType\\Reverse',
            'ParcelShop' =&gt; '\\Dpd\\StructType\\ParcelShop',
            'ExtraInsurance' =&gt; '\\Dpd\\StructType\\ExtraInsurance',
            'Secure' =&gt; '\\Dpd\\StructType\\Secure',
            'Contact' =&gt; '\\Dpd\\StructType\\Contact',
            'CreateShipmentResponse' =&gt; '\\Dpd\\StructType\\CreateShipmentResponse',
            'ArrayOfShipment' =&gt; '\\Dpd\\ArrayType\\ArrayOfShipment',
            'Shipment' =&gt; '\\Dpd\\StructType\\Shipment',
            'CreateShipmentBc' =&gt; '\\Dpd\\StructType\\CreateShipmentBc',
            'CreateShipmentBcResponse' =&gt; '\\Dpd\\StructType\\CreateShipmentBcResponse',
            'ArrayOfShipmentBc' =&gt; '\\Dpd\\ArrayType\\ArrayOfShipmentBc',
            'ShipmentBc' =&gt; '\\Dpd\\StructType\\ShipmentBc',
            'BcDataExt' =&gt; '\\Dpd\\StructType\\BcDataExt',
            'CreateShipmentWithLabels' =&gt; '\\Dpd\\StructType\\CreateShipmentWithLabels',
            'StdShipmentLabelRequest' =&gt; '\\Dpd\\StructType\\StdShipmentLabelRequest',
            'StdShipmentLabelBaseRequest' =&gt; '\\Dpd\\StructType\\StdShipmentLabelBaseRequest',
            'LabelType' =&gt; '\\Dpd\\StructType\\LabelType',
            'Bic3LabelData' =&gt; '\\Dpd\\StructType\\Bic3LabelData',
            'ReferenceInBarcode' =&gt; '\\Dpd\\StructType\\ReferenceInBarcode',
            'CreateShipmentWithLabelsResponse' =&gt; '\\Dpd\\StructType\\CreateShipmentWithLabelsResponse',
            'ShipmentsWithLabels' =&gt; '\\Dpd\\StructType\\ShipmentsWithLabels',
            'ArrayOfLabel' =&gt; '\\Dpd\\ArrayType\\ArrayOfLabel',
            'Label' =&gt; '\\Dpd\\StructType\\Label',
            'CreateShipmentWithLabelsBc' =&gt; '\\Dpd\\StructType\\CreateShipmentWithLabelsBc',
            'CreateShipmentWithLabelsBcResponse' =&gt; '\\Dpd\\StructType\\CreateShipmentWithLabelsBcResponse',
            'ShipmentsWithLabelsBc' =&gt; '\\Dpd\\StructType\\ShipmentsWithLabelsBc',
            'CreateMultiShipment' =&gt; '\\Dpd\\StructType\\CreateMultiShipment',
            'MultiShipmentRequest' =&gt; '\\Dpd\\StructType\\MultiShipmentRequest',
            'MultiServices' =&gt; '\\Dpd\\StructType\\MultiServices',
            'ArrayOfSlaveRequest' =&gt; '\\Dpd\\ArrayType\\ArrayOfSlaveRequest',
            'SlaveRequest' =&gt; '\\Dpd\\StructType\\SlaveRequest',
            'SlaveServices' =&gt; '\\Dpd\\StructType\\SlaveServices',
            'SlaveServicesBase' =&gt; '\\Dpd\\StructType\\SlaveServicesBase',
            'CreateMultiShipmentResponse' =&gt; '\\Dpd\\StructType\\CreateMultiShipmentResponse',
            'MultiShipment' =&gt; '\\Dpd\\StructType\\MultiShipment',
            'CreateMultiShipmentBc' =&gt; '\\Dpd\\StructType\\CreateMultiShipmentBc',
            'CreateMultiShipmentBcResponse' =&gt; '\\Dpd\\StructType\\CreateMultiShipmentBcResponse',
            'MultiShipmentBc' =&gt; '\\Dpd\\StructType\\MultiShipmentBc',
            'GetServiceNoticeAnswers' =&gt; '\\Dpd\\StructType\\GetServiceNoticeAnswers',
            'ServiceNoticeAnswersRequest' =&gt; '\\Dpd\\StructType\\ServiceNoticeAnswersRequest',
            'GetServiceNoticeAnswersResponse' =&gt; '\\Dpd\\StructType\\GetServiceNoticeAnswersResponse',
            'ServiceNoticeAnswersResponse' =&gt; '\\Dpd\\StructType\\ServiceNoticeAnswersResponse',
            'ArrayOfText' =&gt; '\\Dpd\\ArrayType\\ArrayOfText',
            'Text' =&gt; '\\Dpd\\StructType\\Text',
            'GetServiceNotices' =&gt; '\\Dpd\\StructType\\GetServiceNotices',
            'ServiceNoticeRequest' =&gt; '\\Dpd\\StructType\\ServiceNoticeRequest',
            'GetServiceNoticesResponse' =&gt; '\\Dpd\\StructType\\GetServiceNoticesResponse',
            'ServiceNoticeResponse' =&gt; '\\Dpd\\StructType\\ServiceNoticeResponse',
            'ArrayOfServiceNotice' =&gt; '\\Dpd\\ArrayType\\ArrayOfServiceNotice',
            'ServiceNotice' =&gt; '\\Dpd\\StructType\\ServiceNotice',
            'GetAllServiceNotices' =&gt; '\\Dpd\\StructType\\GetAllServiceNotices',
            'GetAllServiceNoticesRequest' =&gt; '\\Dpd\\StructType\\GetAllServiceNoticesRequest',
            'ArrayOfString' =&gt; '\\Dpd\\ArrayType\\ArrayOfString',
            'GetAllServiceNoticesResponse' =&gt; '\\Dpd\\StructType\\GetAllServiceNoticesResponse',
            'ArrayOfServiceNoticeEntry' =&gt; '\\Dpd\\ArrayType\\ArrayOfServiceNoticeEntry',
            'ServiceNoticeEntry' =&gt; '\\Dpd\\StructType\\ServiceNoticeEntry',
            'ArrayOfReason' =&gt; '\\Dpd\\ArrayType\\ArrayOfReason',
            'Reason' =&gt; '\\Dpd\\StructType\\Reason',
            'GetBic3' =&gt; '\\Dpd\\StructType\\GetBic3',
            'GetBic3Request' =&gt; '\\Dpd\\StructType\\GetBic3Request',
            'GetBic3Response' =&gt; '\\Dpd\\StructType\\GetBic3Response',
            'GetBic3Routing' =&gt; '\\Dpd\\StructType\\GetBic3Routing',
            'GetBic3RoutingRequest' =&gt; '\\Dpd\\StructType\\GetBic3RoutingRequest',
            'GeoRoutingRequest' =&gt; '\\Dpd\\StructType\\GeoRoutingRequest',
            'GeoRoutingBaseRequest' =&gt; '\\Dpd\\StructType\\GeoRoutingBaseRequest',
            'GetBic3RoutingResponse' =&gt; '\\Dpd\\StructType\\GetBic3RoutingResponse',
            'GeoRouting' =&gt; '\\Dpd\\StructType\\GeoRouting',
            'GetGeoRouting' =&gt; '\\Dpd\\StructType\\GetGeoRouting',
            'GetGeoRoutingResponse' =&gt; '\\Dpd\\StructType\\GetGeoRoutingResponse',
            'GetGeoRoutingReverse' =&gt; '\\Dpd\\StructType\\GetGeoRoutingReverse',
            'GeoRoutingReverseRequest' =&gt; '\\Dpd\\StructType\\GeoRoutingReverseRequest',
            'GetGeoRoutingReverseResponse' =&gt; '\\Dpd\\StructType\\GetGeoRoutingReverseResponse',
            'UpdateServiceNotice' =&gt; '\\Dpd\\StructType\\UpdateServiceNotice',
            'UpdateServiceNoticeRequest' =&gt; '\\Dpd\\StructType\\UpdateServiceNoticeRequest',
            'UpdateServiceNoticeRequestBase' =&gt; '\\Dpd\\StructType\\UpdateServiceNoticeRequestBase',
            'UpdateServiceNoticeResponse' =&gt; '\\Dpd\\StructType\\UpdateServiceNoticeResponse',
            'CancelServiceNotice' =&gt; '\\Dpd\\StructType\\CancelServiceNotice',
            'CancelServiceNoticeRequest' =&gt; '\\Dpd\\StructType\\CancelServiceNoticeRequest',
            'CancelServiceNoticeResponse' =&gt; '\\Dpd\\StructType\\CancelServiceNoticeResponse',
            'GetRetourShipmentData' =&gt; '\\Dpd\\StructType\\GetRetourShipmentData',
            'RetourShipmentRequest' =&gt; '\\Dpd\\StructType\\RetourShipmentRequest',
            'RetourShipmentBaseRequest' =&gt; '\\Dpd\\StructType\\RetourShipmentBaseRequest',
            'GetRetourShipmentDataResponse' =&gt; '\\Dpd\\StructType\\GetRetourShipmentDataResponse',
            'RetourShipmentData' =&gt; '\\Dpd\\StructType\\RetourShipmentData',
            'ShipmentData' =&gt; '\\Dpd\\StructType\\ShipmentData',
            'ShipmentDataBase' =&gt; '\\Dpd\\StructType\\ShipmentDataBase',
            'RetourServices' =&gt; '\\Dpd\\StructType\\RetourServices',
            'GetRetourShipmentDataBc' =&gt; '\\Dpd\\StructType\\GetRetourShipmentDataBc',
            'RetourShipmentBcRequest' =&gt; '\\Dpd\\StructType\\RetourShipmentBcRequest',
            'GetRetourShipmentDataBcResponse' =&gt; '\\Dpd\\StructType\\GetRetourShipmentDataBcResponse',
            'RetourShipmentDataBc' =&gt; '\\Dpd\\StructType\\RetourShipmentDataBc',
            'ShipmentDataBc' =&gt; '\\Dpd\\StructType\\ShipmentDataBc',
            'CreateReverseInverseShipment' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipment',
            'ReverseShipmentRequest' =&gt; '\\Dpd\\StructType\\ReverseShipmentRequest',
            'ReverseInverseServices' =&gt; '\\Dpd\\StructType\\ReverseInverseServices',
            'CreateReverseInverseShipmentResponse' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentResponse',
            'CreateReverseInverseShipmentBc' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentBc',
            'CreateReverseInverseShipmentBcResponse' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentBcResponse',
            'CreateReverseInverseShipmentWithLabels' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentWithLabels',
            'ReverseShipmentLabelRequest' =&gt; '\\Dpd\\StructType\\ReverseShipmentLabelRequest',
            'CreateReverseInverseShipmentWithLabelsResponse' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentWithLabelsResponse',
            'ShipmentWithLabels' =&gt; '\\Dpd\\StructType\\ShipmentWithLabels',
            'CreateReverseInverseShipmentWithLabelsBc' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentWithLabelsBc',
            'CreateReverseInverseShipmentWithLabelsBcResponse' =&gt; '\\Dpd\\StructType\\CreateReverseInverseShipmentWithLabelsBcResponse',
            'ShipmentWithLabelsBc' =&gt; '\\Dpd\\StructType\\ShipmentWithLabelsBc',
            'GetLabel' =&gt; '\\Dpd\\StructType\\GetLabel',
            'ReceiveLabelRequest' =&gt; '\\Dpd\\StructType\\ReceiveLabelRequest',
            'ReceiveLabelRequestBase' =&gt; '\\Dpd\\StructType\\ReceiveLabelRequestBase',
            'GetLabelResponse' =&gt; '\\Dpd\\StructType\\GetLabelResponse',
            'LabelResponse' =&gt; '\\Dpd\\StructType\\LabelResponse',
            'LabelBaseResponse' =&gt; '\\Dpd\\StructType\\LabelBaseResponse',
            'GetLabelBc' =&gt; '\\Dpd\\StructType\\GetLabelBc',
            'ReceiveLabelBcRequest' =&gt; '\\Dpd\\StructType\\ReceiveLabelBcRequest',
            'GetLabelBcResponse' =&gt; '\\Dpd\\StructType\\GetLabelBcResponse',
            'LabelBcResponse' =&gt; '\\Dpd\\StructType\\LabelBcResponse',
            'GetLabelData' =&gt; '\\Dpd\\StructType\\GetLabelData',
            'GetLabelDataRequest' =&gt; '\\Dpd\\StructType\\GetLabelDataRequest',
            'ShipmentRequestBcBase' =&gt; '\\Dpd\\StructType\\ShipmentRequestBcBase',
            'GetShipmentRequestBase' =&gt; '\\Dpd\\StructType\\GetShipmentRequestBase',
            'GetLabelDataResponse' =&gt; '\\Dpd\\StructType\\GetLabelDataResponse',
            'LabelData' =&gt; '\\Dpd\\StructType\\LabelData',
            'LabelDataPn' =&gt; '\\Dpd\\StructType\\LabelDataPn',
            'LabelDataBase' =&gt; '\\Dpd\\StructType\\LabelDataBase',
            'ArrayOfBarcodeData' =&gt; '\\Dpd\\ArrayType\\ArrayOfBarcodeData',
            'BarcodeData' =&gt; '\\Dpd\\StructType\\BarcodeData',
            'GetSecureData' =&gt; '\\Dpd\\StructType\\GetSecureData',
            'GetSecureDataRequest' =&gt; '\\Dpd\\StructType\\GetSecureDataRequest',
            'GetSecureDataResponse' =&gt; '\\Dpd\\StructType\\GetSecureDataResponse',
            'GetRetourLabel' =&gt; '\\Dpd\\StructType\\GetRetourLabel',
            'ReceiveRetourLabelRequest' =&gt; '\\Dpd\\StructType\\ReceiveRetourLabelRequest',
            'ReceiveRetourLabelRequestBase' =&gt; '\\Dpd\\StructType\\ReceiveRetourLabelRequestBase',
            'GetRetourLabelResponse' =&gt; '\\Dpd\\StructType\\GetRetourLabelResponse',
            'GetRetourLabelBc' =&gt; '\\Dpd\\StructType\\GetRetourLabelBc',
            'ReceiveRetourLabelBcRequest' =&gt; '\\Dpd\\StructType\\ReceiveRetourLabelBcRequest',
            'GetRetourLabelBcResponse' =&gt; '\\Dpd\\StructType\\GetRetourLabelBcResponse',
            'CreateCollectionRequest' =&gt; '\\Dpd\\StructType\\CreateCollectionRequest',
            'CollectionRequestRequest' =&gt; '\\Dpd\\StructType\\CollectionRequestRequest',
            'CollectionRequestRequestBase' =&gt; '\\Dpd\\StructType\\CollectionRequestRequestBase',
            'CollectionRequestServices' =&gt; '\\Dpd\\StructType\\CollectionRequestServices',
            'ContactCollectionRequest' =&gt; '\\Dpd\\StructType\\ContactCollectionRequest',
            'CreateCollectionRequestResponse' =&gt; '\\Dpd\\StructType\\CreateCollectionRequestResponse',
            'CreateCollectionRequestBc' =&gt; '\\Dpd\\StructType\\CreateCollectionRequestBc',
            'CreateCollectionRequestBcResponse' =&gt; '\\Dpd\\StructType\\CreateCollectionRequestBcResponse',
            'TerminateCollectionRequest' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequest',
            'TerminateCollectionRequestParcel' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequestParcel',
            'TerminateCollectionRequestBase' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequestBase',
            'TerminateCollectionRequestResponse' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequestResponse',
            'TerminateCollectionRequestBc' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequestBc',
            'TerminateCollectionRequestBcResponse' =&gt; '\\Dpd\\StructType\\TerminateCollectionRequestBcResponse',
            'CreatePickupAtCustomer' =&gt; '\\Dpd\\StructType\\CreatePickupAtCustomer',
            'PickupAtCustomerRequest' =&gt; '\\Dpd\\StructType\\PickupAtCustomerRequest',
            'PickupAtCustomerRequestBase' =&gt; '\\Dpd\\StructType\\PickupAtCustomerRequestBase',
            'ArrayOfParcel' =&gt; '\\Dpd\\ArrayType\\ArrayOfParcel',
            'CreatePickupAtCustomerResponse' =&gt; '\\Dpd\\StructType\\CreatePickupAtCustomerResponse',
            'CreatePickupAtCustomerBc' =&gt; '\\Dpd\\StructType\\CreatePickupAtCustomerBc',
            'PickupAtCustomerBcRequest' =&gt; '\\Dpd\\StructType\\PickupAtCustomerBcRequest',
            'CreatePickupAtCustomerBcResponse' =&gt; '\\Dpd\\StructType\\CreatePickupAtCustomerBcResponse',
            'PickupAtCustomerResponse' =&gt; '\\Dpd\\StructType\\PickupAtCustomerResponse',
            'GetShipment' =&gt; '\\Dpd\\StructType\\GetShipment',
            'ShipmentRequest' =&gt; '\\Dpd\\StructType\\ShipmentRequest',
            'GetShipmentResponse' =&gt; '\\Dpd\\StructType\\GetShipmentResponse',
            'ShipmentDataExtended' =&gt; '\\Dpd\\StructType\\ShipmentDataExtended',
            'ShipmentDataExtendedBase' =&gt; '\\Dpd\\StructType\\ShipmentDataExtendedBase',
            'ParcelDimension' =&gt; '\\Dpd\\StructType\\ParcelDimension',
            'GetShipmentBc' =&gt; '\\Dpd\\StructType\\GetShipmentBc',
            'ShipmentRequestBc' =&gt; '\\Dpd\\StructType\\ShipmentRequestBc',
            'GetShipmentBcResponse' =&gt; '\\Dpd\\StructType\\GetShipmentBcResponse',
            'ShipmentDataExtendedBc' =&gt; '\\Dpd\\StructType\\ShipmentDataExtendedBc',
            'ShipmentDataExtendedBcBase' =&gt; '\\Dpd\\StructType\\ShipmentDataExtendedBcBase',
            'ArrayOfServiceEntry' =&gt; '\\Dpd\\ArrayType\\ArrayOfServiceEntry',
            'ServiceEntry' =&gt; '\\Dpd\\StructType\\ServiceEntry',
            'GetShipmentWcs' =&gt; '\\Dpd\\StructType\\GetShipmentWcs',
            'GetShipmentWcsResponse' =&gt; '\\Dpd\\StructType\\GetShipmentWcsResponse',
            'GetShipmentBcMulti' =&gt; '\\Dpd\\StructType\\GetShipmentBcMulti',
            'GetShipmentBcMultiRequest' =&gt; '\\Dpd\\StructType\\GetShipmentBcMultiRequest',
            'GetShipmentBcMultiResponse' =&gt; '\\Dpd\\StructType\\GetShipmentBcMultiResponse',
            'ArrayOfGetShipmentEntry' =&gt; '\\Dpd\\ArrayType\\ArrayOfGetShipmentEntry',
            'GetShipmentEntry' =&gt; '\\Dpd\\StructType\\GetShipmentEntry',
            'GetReverseOnDemandMode' =&gt; '\\Dpd\\StructType\\GetReverseOnDemandMode',
            'GetReverseOnDemandModeResponse' =&gt; '\\Dpd\\StructType\\GetReverseOnDemandModeResponse',
            'IsPickableOnDate' =&gt; '\\Dpd\\StructType\\IsPickableOnDate',
            'IsPickableRequest' =&gt; '\\Dpd\\StructType\\IsPickableRequest',
            'DayRequestBase' =&gt; '\\Dpd\\StructType\\DayRequestBase',
            'IsPickableOnDateResponse' =&gt; '\\Dpd\\StructType\\IsPickableOnDateResponse',
            'IsDeliverableOnDate' =&gt; '\\Dpd\\StructType\\IsDeliverableOnDate',
            'IsDeliverableRequest' =&gt; '\\Dpd\\StructType\\IsDeliverableRequest',
            'IsDeliverableOnDateResponse' =&gt; '\\Dpd\\StructType\\IsDeliverableOnDateResponse',
            'GetLastNumber' =&gt; '\\Dpd\\StructType\\GetLastNumber',
            'GetLastNumberRequest' =&gt; '\\Dpd\\StructType\\GetLastNumberRequest',
            'ArrayOfEntry' =&gt; '\\Dpd\\ArrayType\\ArrayOfEntry',
            'Entry' =&gt; '\\Dpd\\StructType\\Entry',
            'GetLastNumberResponse' =&gt; '\\Dpd\\StructType\\GetLastNumberResponse',
            'ArrayOfLong' =&gt; '\\Dpd\\ArrayType\\ArrayOfLong',
            'GetNationalTransitTime' =&gt; '\\Dpd\\StructType\\GetNationalTransitTime',
            'GetNationalTransitTimeRequest' =&gt; '\\Dpd\\StructType\\GetNationalTransitTimeRequest',
            'GetNationalTransitTimeResponse' =&gt; '\\Dpd\\StructType\\GetNationalTransitTimeResponse',
            'GetRdvShipmentData' =&gt; '\\Dpd\\StructType\\GetRdvShipmentData',
            'GetRdvShipmentDataRequest' =&gt; '\\Dpd\\StructType\\GetRdvShipmentDataRequest',
            'GetRdvShipmentDataResponse' =&gt; '\\Dpd\\StructType\\GetRdvShipmentDataResponse',
            'ArrayOfRdvShipmentData' =&gt; '\\Dpd\\ArrayType\\ArrayOfRdvShipmentData',
            'RdvShipmentData' =&gt; '\\Dpd\\StructType\\RdvShipmentData',
            'RdvShipmentDataBase' =&gt; '\\Dpd\\StructType\\RdvShipmentDataBase',
            'RdvAddress' =&gt; '\\Dpd\\StructType\\RdvAddress',
            'RdvDeliveryInfo' =&gt; '\\Dpd\\StructType\\RdvDeliveryInfo',
            'RdvDeliveryInfoSmall' =&gt; '\\Dpd\\StructType\\RdvDeliveryInfoSmall',
            'ArrayOfRdvService' =&gt; '\\Dpd\\ArrayType\\ArrayOfRdvService',
            'RdvService' =&gt; '\\Dpd\\StructType\\RdvService',
            'ParcelInfoSin' =&gt; '\\Dpd\\StructType\\ParcelInfoSin',
            'ParcelInfo' =&gt; '\\Dpd\\StructType\\ParcelInfo',
            'UpdateRdvShipmentDataForShop' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForShop',
            'UpdateRdvShipmentDataForShopRequest' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForShopRequest',
            'UpdateRdvShipmentData' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentData',
            'RdvEsnInfo' =&gt; '\\Dpd\\StructType\\RdvEsnInfo',
            'UpdateRdvShipmentDataForShopResponse' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForShopResponse',
            'UpdateRdvShipmentDataForAgencyPickup' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForAgencyPickup',
            'UpdateRdvShipmentDataForAgencyPickupRequest' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForAgencyPickupRequest',
            'UpdateRdvShipmentDataForAgencyPickupResponse' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForAgencyPickupResponse',
            'UpdateRdvShipmentDataRequest' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataRequest',
            'RdvData' =&gt; '\\Dpd\\StructType\\RdvData',
            'UpdateRdvShipmentDataResponse' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataResponse',
            'UpdateRdvShipmentDataForPredict' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForPredict',
            'UpdateRdvShipmentDataPredictRequest' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataPredictRequest',
            'UpdateRdvShipmentDataForPredictResponse' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForPredictResponse',
            'UpdateRdvShipmentDataForSafePlace' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForSafePlace',
            'UpdateRdvShipmentDataForSafePlaceRequest' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForSafePlaceRequest',
            'UpdateRdvShipmentDataForSafePlaceResponse' =&gt; '\\Dpd\\StructType\\UpdateRdvShipmentDataForSafePlaceResponse',
            'GetSafePlaceData' =&gt; '\\Dpd\\StructType\\GetSafePlaceData',
            'GetSafePlaceDataRequest' =&gt; '\\Dpd\\StructType\\GetSafePlaceDataRequest',
            'GetSafePlaceDataResponse' =&gt; '\\Dpd\\StructType\\GetSafePlaceDataResponse',
            'ArrayOfBase64Binary' =&gt; '\\Dpd\\ArrayType\\ArrayOfBase64Binary',
            'GetCustomerAddress' =&gt; '\\Dpd\\StructType\\GetCustomerAddress',
            'GetCustomerAddressResponse' =&gt; '\\Dpd\\StructType\\GetCustomerAddressResponse',
            'CustomerAddress' =&gt; '\\Dpd\\StructType\\CustomerAddress',
            'IsCustomerBlocked' =&gt; '\\Dpd\\StructType\\IsCustomerBlocked',
            'IsCustomerBlockedResponse' =&gt; '\\Dpd\\StructType\\IsCustomerBlockedResponse',
            'GetNumberRange' =&gt; '\\Dpd\\StructType\\GetNumberRange',
            'NumberRangeRequest' =&gt; '\\Dpd\\StructType\\NumberRangeRequest',
            'NumberRangeBaseRequest' =&gt; '\\Dpd\\StructType\\NumberRangeBaseRequest',
            'GetNumberRangeResponse' =&gt; '\\Dpd\\StructType\\GetNumberRangeResponse',
            'NumberRangeResponse' =&gt; '\\Dpd\\StructType\\NumberRangeResponse',
            'NumberRangeBaseResponse' =&gt; '\\Dpd\\StructType\\NumberRangeBaseResponse',
            'GetNumberRangeBc' =&gt; '\\Dpd\\StructType\\GetNumberRangeBc',
            'NumberRangeBcRequest' =&gt; '\\Dpd\\StructType\\NumberRangeBcRequest',
            'NumberRangeBcBaseRequest' =&gt; '\\Dpd\\StructType\\NumberRangeBcBaseRequest',
            'GetNumberRangeBcResponse' =&gt; '\\Dpd\\StructType\\GetNumberRangeBcResponse',
            'NumberRangeBcResponse' =&gt; '\\Dpd\\StructType\\NumberRangeBcResponse',
            'TerminateNumberRange' =&gt; '\\Dpd\\StructType\\TerminateNumberRange',
            'TerminateNumberRangeRequest' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeRequest',
            'TerminateNumberRangeBaseRequest' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeBaseRequest',
            'TerminateNumberRangeResponse' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeResponse',
            'TerminateNumberRangeBc' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeBc',
            'TerminateNumberRangeBcRequest' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeBcRequest',
            'TerminateNumberRangeBcResponse' =&gt; '\\Dpd\\StructType\\TerminateNumberRangeBcResponse',
            'TerminateShipment' =&gt; '\\Dpd\\StructType\\TerminateShipment',
            'TerminateShipmentRequest' =&gt; '\\Dpd\\StructType\\TerminateShipmentRequest',
            'TerminateShipmentResponse' =&gt; '\\Dpd\\StructType\\TerminateShipmentResponse',
            'GetCustomerProfile' =&gt; '\\Dpd\\StructType\\GetCustomerProfile',
            'GetCustomerProfileRequest' =&gt; '\\Dpd\\StructType\\GetCustomerProfileRequest',
            'ArrayOfCustomer' =&gt; '\\Dpd\\ArrayType\\ArrayOfCustomer',
            'GetCustomerProfileResponse' =&gt; '\\Dpd\\StructType\\GetCustomerProfileResponse',
            'ArrayOfCustomerProfile' =&gt; '\\Dpd\\ArrayType\\ArrayOfCustomerProfile',
            'CustomerProfile' =&gt; '\\Dpd\\StructType\\CustomerProfile',
            'ArrayOfProfileAddress' =&gt; '\\Dpd\\ArrayType\\ArrayOfProfileAddress',
            'ProfileAddress' =&gt; '\\Dpd\\StructType\\ProfileAddress',
            'ArrayOfCustomerService' =&gt; '\\Dpd\\ArrayType\\ArrayOfCustomerService',
            'CustomerService' =&gt; '\\Dpd\\StructType\\CustomerService',
            'GetProperties' =&gt; '\\Dpd\\StructType\\GetProperties',
            'GetPropertiesRequest' =&gt; '\\Dpd\\StructType\\GetPropertiesRequest',
            'GetPropertiesResponse' =&gt; '\\Dpd\\StructType\\GetPropertiesResponse',
            'ArrayOfPropertyDefinition' =&gt; '\\Dpd\\ArrayType\\ArrayOfPropertyDefinition',
            'PropertyDefinition' =&gt; '\\Dpd\\StructType\\PropertyDefinition',
            'PutProperties' =&gt; '\\Dpd\\StructType\\PutProperties',
            'PutPropertiesRequest' =&gt; '\\Dpd\\StructType\\PutPropertiesRequest',
            'ArrayOfPropertyEntry' =&gt; '\\Dpd\\ArrayType\\ArrayOfPropertyEntry',
            'PropertyEntry' =&gt; '\\Dpd\\StructType\\PropertyEntry',
            'PutPropertiesResponse' =&gt; '\\Dpd\\StructType\\PutPropertiesResponse',
            'GetOptionValue' =&gt; '\\Dpd\\StructType\\GetOptionValue',
            'GetOptionRequest' =&gt; '\\Dpd\\StructType\\GetOptionRequest',
            'GetOptionValueResponse' =&gt; '\\Dpd\\StructType\\GetOptionValueResponse',
            'GetOptionResponse' =&gt; '\\Dpd\\StructType\\GetOptionResponse',
            'GetOptionValues' =&gt; '\\Dpd\\StructType\\GetOptionValues',
            'GetOptionsRequest' =&gt; '\\Dpd\\StructType\\GetOptionsRequest',
            'GetOptionValuesResponse' =&gt; '\\Dpd\\StructType\\GetOptionValuesResponse',
            'GetOptionsResponse' =&gt; '\\Dpd\\StructType\\GetOptionsResponse',
            'ArrayOfGetOptionResponse' =&gt; '\\Dpd\\ArrayType\\ArrayOfGetOptionResponse',
            'SendCNOTData' =&gt; '\\Dpd\\StructType\\SendCNOTData',
            'CNOTData' =&gt; '\\Dpd\\StructType\\CNOTData',
            'ArrayOfTask' =&gt; '\\Dpd\\ArrayType\\ArrayOfTask',
            'Task' =&gt; '\\Dpd\\StructType\\Task',
            'ArrayOfCNOTParcel' =&gt; '\\Dpd\\ArrayType\\ArrayOfCNOTParcel',
            'CNOTParcel' =&gt; '\\Dpd\\StructType\\CNOTParcel',
            'Location' =&gt; '\\Dpd\\StructType\\Location',
            'Rendezvous' =&gt; '\\Dpd\\StructType\\Rendezvous',
            'ArrayOfPhoneCall' =&gt; '\\Dpd\\ArrayType\\ArrayOfPhoneCall',
            'PhoneCall' =&gt; '\\Dpd\\StructType\\PhoneCall',
            'ArrayOfLocation' =&gt; '\\Dpd\\ArrayType\\ArrayOfLocation',
            'SendCNOTDataResponse' =&gt; '\\Dpd\\StructType\\SendCNOTDataResponse',
            'CheckIfReverseInverseShipmentExists' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExists',
            'CheckIfReverseInverseShipmentExistsRequest' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExistsRequest',
            'ParcelBcIdRequest' =&gt; '\\Dpd\\StructType\\ParcelBcIdRequest',
            'BcIdBaseRequest' =&gt; '\\Dpd\\StructType\\BcIdBaseRequest',
            'CheckIfReverseInverseShipmentExistsResponse' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExistsResponse',
            'CheckIfReverseInverseShipmentExistsBcId' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExistsBcId',
            'CheckIfReverseInverseShipmentExistsBcIdRequest' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExistsBcIdRequest',
            'BcIdRequest' =&gt; '\\Dpd\\StructType\\BcIdRequest',
            'CheckIfReverseInverseShipmentExistsBcIdResponse' =&gt; '\\Dpd\\StructType\\CheckIfReverseInverseShipmentExistsBcIdResponse',
            'GetShipping' =&gt; '\\Dpd\\StructType\\GetShipping',
            'GetShippingRequest' =&gt; '\\Dpd\\StructType\\GetShippingRequest',
            'GetShippingResponse' =&gt; '\\Dpd\\StructType\\GetShippingResponse',
            'ArrayOfShipping' =&gt; '\\Dpd\\ArrayType\\ArrayOfShipping',
            'Shipping' =&gt; '\\Dpd\\StructType\\Shipping',
            'AddressIso2Name' =&gt; '\\Dpd\\StructType\\AddressIso2Name',
            'AddressName' =&gt; '\\Dpd\\StructType\\AddressName',
            'getInfo' =&gt; '\\Dpd\\StructType\\GetInfo',
            'getInfoResponse' =&gt; '\\Dpd\\StructType\\GetInfoResponse',
            'VerifyClient' =&gt; '\\Dpd\\StructType\\VerifyClient',
            'VerifyRequest' =&gt; '\\Dpd\\StructType\\VerifyRequest',
            'VerifyClientResponse' =&gt; '\\Dpd\\StructType\\VerifyClientResponse',
            'VerifyResponse' =&gt; '\\Dpd\\StructType\\VerifyResponse',
            'runAction' =&gt; '\\Dpd\\StructType\\RunAction',
            'RunActionRequest' =&gt; '\\Dpd\\StructType\\RunActionRequest',
            'runActionResponse' =&gt; '\\Dpd\\StructType\\RunActionResponse',
            'RunActionResponse' =&gt; '\\Dpd\\StructType\\RunActionResponse_1',
        );
    }
}
</pre></body></html>