<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
/**
 * 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(
            'ArrayOfstring' =&gt; '\\ArrayType\\ArrayOfstring',
            'UserName' =&gt; '\\StructType\\UserName',
            'ArrayOfUPC_Inventory_Request' =&gt; '\\ArrayType\\ArrayOfUPC_Inventory_Request',
            'UPC_Inventory_Request' =&gt; '\\StructType\\UPC_Inventory_Request',
            'RequestResponse' =&gt; '\\StructType\\RequestResponse',
            'ArrayOfUPC_Inventory_Response' =&gt; '\\ArrayType\\ArrayOfUPC_Inventory_Response',
            'UPC_Inventory_Response' =&gt; '\\StructType\\UPC_Inventory_Response',
            'Order_Header_New' =&gt; '\\StructType\\Order_Header_New',
            'ArrayOfOrder_Detail_New' =&gt; '\\ArrayType\\ArrayOfOrder_Detail_New',
            'Order_Detail_New' =&gt; '\\StructType\\Order_Detail_New',
            'NewOrderRequestResponse' =&gt; '\\StructType\\NewOrderRequestResponse',
            'Shipment_Request' =&gt; '\\StructType\\Shipment_Request',
            'NewShipmentRequestResponse' =&gt; '\\StructType\\NewShipmentRequestResponse',
            'ArrayOfshipment_status' =&gt; '\\ArrayType\\ArrayOfshipment_status',
            'shipment_status' =&gt; '\\StructType\\Shipment_status',
            'ArrayOfshipment_cartons' =&gt; '\\ArrayType\\ArrayOfshipment_cartons',
            'shipment_cartons' =&gt; '\\StructType\\Shipment_cartons',
            'Catalog_items_request' =&gt; '\\StructType\\Catalog_items_request',
            'Catalog_items_response' =&gt; '\\StructType\\Catalog_items_response',
            'ArrayOfcatalog_item' =&gt; '\\ArrayType\\ArrayOfcatalog_item',
            'catalog_item' =&gt; '\\StructType\\Catalog_item',
            'ArrayOfLine_list_row' =&gt; '\\ArrayType\\ArrayOfLine_list_row',
            'Line_list_row' =&gt; '\\StructType\\Line_list_row',
            'purchase_Order_Header_New' =&gt; '\\StructType\\Purchase_Order_Header_New',
            'purchase_Order_receipt_request' =&gt; '\\StructType\\Purchase_Order_receipt_request',
            'Purchase_Order_Receipt_Response' =&gt; '\\StructType\\Purchase_Order_Receipt_Response',
            'ArrayOfPurchase_Order_Receipt_Item' =&gt; '\\ArrayType\\ArrayOfPurchase_Order_Receipt_Item',
            'Purchase_Order_Receipt_Item' =&gt; '\\StructType\\Purchase_Order_Receipt_Item',
            'Asn_Header_New' =&gt; '\\StructType\\Asn_Header_New',
            'ArrayOfAsn_Line' =&gt; '\\ArrayType\\ArrayOfAsn_Line',
            'Asn_Line' =&gt; '\\StructType\\Asn_Line',
            'New_Delivery_Ticket' =&gt; '\\StructType\\New_Delivery_Ticket',
            'ArrayOforder_status_request' =&gt; '\\ArrayType\\ArrayOforder_status_request',
            'order_status_request' =&gt; '\\StructType\\Order_status_request',
            'order_status_reply' =&gt; '\\StructType\\Order_status_reply',
            'ArrayOforder_status_order' =&gt; '\\ArrayType\\ArrayOforder_status_order',
            'order_status_order' =&gt; '\\StructType\\Order_status_order',
            'ArrayOforder_status_line' =&gt; '\\ArrayType\\ArrayOforder_status_line',
            'order_status_line' =&gt; '\\StructType\\Order_status_line',
            'Invoice_information' =&gt; '\\StructType\\Invoice_information',
            'ArrayOfinvoice_line' =&gt; '\\ArrayType\\ArrayOfinvoice_line',
            'invoice_line' =&gt; '\\StructType\\Invoice_line',
            'ArrayOfstore_item' =&gt; '\\ArrayType\\ArrayOfstore_item',
            'store_item' =&gt; '\\StructType\\Store_item',
            'ArrayOfstore_inventory' =&gt; '\\ArrayType\\ArrayOfstore_inventory',
            'store_inventory' =&gt; '\\StructType\\Store_inventory',
            'ArrayOfstore_item_inventory' =&gt; '\\ArrayType\\ArrayOfstore_item_inventory',
            'store_item_inventory' =&gt; '\\StructType\\Store_item_inventory',
            'rsac_options' =&gt; '\\StructType\\Rsac_options',
            'ArrayOfrsiq_options' =&gt; '\\ArrayType\\ArrayOfrsiq_options',
            'rsiq_options' =&gt; '\\StructType\\Rsiq_options',
            'RSIQRequestResponse' =&gt; '\\StructType\\RSIQRequestResponse',
            'ArrayOfStore_Allocation_Items' =&gt; '\\ArrayType\\ArrayOfStore_Allocation_Items',
            'Store_Allocation_Items' =&gt; '\\StructType\\Store_Allocation_Items',
            'ArrayOfstore_sales' =&gt; '\\ArrayType\\ArrayOfstore_sales',
            'store_sales' =&gt; '\\StructType\\Store_sales',
            'ArrayOfstore_item_sales' =&gt; '\\ArrayType\\ArrayOfstore_item_sales',
            'store_item_sales' =&gt; '\\StructType\\Store_item_sales',
            'get_inventory_on_hand' =&gt; '\\StructType\\Get_inventory_on_hand',
            'get_inventory_on_handResponse' =&gt; '\\StructType\\Get_inventory_on_handResponse',
            'new_order_entry' =&gt; '\\StructType\\New_order_entry',
            'new_order_entryResponse' =&gt; '\\StructType\\New_order_entryResponse',
            'get_shipment_information' =&gt; '\\StructType\\Get_shipment_information',
            'get_shipment_informationResponse' =&gt; '\\StructType\\Get_shipment_informationResponse',
            'get_catalog_information' =&gt; '\\StructType\\Get_catalog_information',
            'get_catalog_informationResponse' =&gt; '\\StructType\\Get_catalog_informationResponse',
            'import_line_list' =&gt; '\\StructType\\Import_line_list',
            'import_line_listResponse' =&gt; '\\StructType\\Import_line_listResponse',
            'new_purchase_order_entry' =&gt; '\\StructType\\New_purchase_order_entry',
            'new_purchase_order_entryResponse' =&gt; '\\StructType\\New_purchase_order_entryResponse',
            'get_purchase_order_receipt' =&gt; '\\StructType\\Get_purchase_order_receipt',
            'get_purchase_order_receiptResponse' =&gt; '\\StructType\\Get_purchase_order_receiptResponse',
            'new_asn_entry' =&gt; '\\StructType\\New_asn_entry',
            'new_asn_entryResponse' =&gt; '\\StructType\\New_asn_entryResponse',
            'new_delivery_ticket' =&gt; '\\StructType\\New_delivery_ticket_1',
            'new_delivery_ticketResponse' =&gt; '\\StructType\\New_delivery_ticketResponse',
            'order_status' =&gt; '\\StructType\\Order_status',
            'order_statusResponse' =&gt; '\\StructType\\Order_statusResponse',
            'import_invoice' =&gt; '\\StructType\\Import_invoice',
            'import_invoiceResponse' =&gt; '\\StructType\\Import_invoiceResponse',
            'retail_store_item_master' =&gt; '\\StructType\\Retail_store_item_master',
            'retail_store_item_masterResponse' =&gt; '\\StructType\\Retail_store_item_masterResponse',
            'retail_store_item_inventory' =&gt; '\\StructType\\Retail_store_item_inventory',
            'retail_store_item_inventoryResponse' =&gt; '\\StructType\\Retail_store_item_inventoryResponse',
            'retail_store_allocation_calculation' =&gt; '\\StructType\\Retail_store_allocation_calculation',
            'retail_store_allocation_calculationResponse' =&gt; '\\StructType\\Retail_store_allocation_calculationResponse',
            'retail_store_item_query' =&gt; '\\StructType\\Retail_store_item_query',
            'retail_store_item_queryResponse' =&gt; '\\StructType\\Retail_store_item_queryResponse',
            'retail_store_item_sales' =&gt; '\\StructType\\Retail_store_item_sales',
            'retail_store_item_salesResponse' =&gt; '\\StructType\\Retail_store_item_salesResponse',
        );
    }
}
</pre></body></html>