<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(
            'ProcessResult' =&gt; '\\StructType\\ProcessResult',
            'GetScenario' =&gt; '\\StructType\\GetScenario',
            'GetScenarioResponse' =&gt; '\\StructType\\GetScenarioResponse',
            'ArrayOfCommand' =&gt; '\\ArrayType\\ArrayOfCommand',
            'Command' =&gt; '\\StructType\\Command',
            'ElementDescriptor' =&gt; '\\StructType\\ElementDescriptor',
            'ArrayOfString' =&gt; '\\ArrayType\\ArrayOfString',
            'EveryValue' =&gt; '\\StructType\\EveryValue',
            'Key' =&gt; '\\StructType\\Key',
            'Action' =&gt; '\\StructType\\Action',
            'Field' =&gt; '\\StructType\\Field',
            'Value' =&gt; '\\StructType\\Value',
            'Answer' =&gt; '\\StructType\\Answer',
            'RowNumber' =&gt; '\\StructType\\RowNumber',
            'NewRow' =&gt; '\\StructType\\NewRow',
            'DeleteRow' =&gt; '\\StructType\\DeleteRow',
            'Parameter' =&gt; '\\StructType\\Parameter',
            'Attachment' =&gt; '\\StructType\\Attachment',
            'ArrayOfFilter' =&gt; '\\ArrayType\\ArrayOfFilter',
            'Filter' =&gt; '\\StructType\\Filter',
            'ArrayOfArrayOfString' =&gt; '\\ArrayType\\ArrayOfArrayOfString',
            'Login' =&gt; '\\StructType\\Login',
            'LoginResult' =&gt; '\\StructType\\LoginResult',
            'LoginResponse' =&gt; '\\StructType\\LoginResponse',
            'Logout' =&gt; '\\StructType\\Logout',
            'LogoutResponse' =&gt; '\\StructType\\LogoutResponse',
            'SetBusinessDate' =&gt; '\\StructType\\SetBusinessDate',
            'SetBusinessDateResponse' =&gt; '\\StructType\\SetBusinessDateResponse',
            'SetLocaleName' =&gt; '\\StructType\\SetLocaleName',
            'SetLocaleNameResponse' =&gt; '\\StructType\\SetLocaleNameResponse',
            'SetSchemaMode' =&gt; '\\StructType\\SetSchemaMode',
            'SetSchemaModeResponse' =&gt; '\\StructType\\SetSchemaModeResponse',
            'AR302000Content' =&gt; '\\StructType\\AR302000Content',
            'AR302000Actions' =&gt; '\\StructType\\AR302000Actions',
            'AR302000PaymentSummary' =&gt; '\\StructType\\AR302000PaymentSummary',
            'AR302000PaymentSummaryServiceCommands' =&gt; '\\StructType\\AR302000PaymentSummaryServiceCommands',
            'AR302000FinancialDetailsLinkToGL' =&gt; '\\StructType\\AR302000FinancialDetailsLinkToGL',
            'AR302000FinancialDetailsLinkToGLServiceCommands' =&gt; '\\StructType\\AR302000FinancialDetailsLinkToGLServiceCommands',
            'AR302000FinancialDetailsPaymentInformation' =&gt; '\\StructType\\AR302000FinancialDetailsPaymentInformation',
            'AR302000FinancialDetailsPaymentInformationServiceCommands' =&gt; '\\StructType\\AR302000FinancialDetailsPaymentInformationServiceCommands',
            'AR302000DocumentsToApply' =&gt; '\\StructType\\AR302000DocumentsToApply',
            'AR302000DocumentsToApplyServiceCommands' =&gt; '\\StructType\\AR302000DocumentsToApplyServiceCommands',
            'AR302000ApplicationHistory' =&gt; '\\StructType\\AR302000ApplicationHistory',
            'AR302000ApplicationHistoryServiceCommands' =&gt; '\\StructType\\AR302000ApplicationHistoryServiceCommands',
            'AR302000OrdersToApply' =&gt; '\\StructType\\AR302000OrdersToApply',
            'AR302000OrdersToApplyServiceCommands' =&gt; '\\StructType\\AR302000OrdersToApplyServiceCommands',
            'AR302000PaymentSummaryRateSelection' =&gt; '\\StructType\\AR302000PaymentSummaryRateSelection',
            'AR302000PaymentSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\AR302000PaymentSummaryRateSelectionServiceCommands',
            'AR302000PaymentSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\AR302000PaymentSummaryRateSelectionCurrencyUnitEquivalents',
            'AR302000PaymentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\AR302000PaymentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'AR302000CreditCardProcessingInfo' =&gt; '\\StructType\\AR302000CreditCardProcessingInfo',
            'AR302000CreditCardProcessingInfoServiceCommands' =&gt; '\\StructType\\AR302000CreditCardProcessingInfoServiceCommands',
            'AR302000FinanceCharges' =&gt; '\\StructType\\AR302000FinanceCharges',
            'AR302000FinanceChargesServiceCommands' =&gt; '\\StructType\\AR302000FinanceChargesServiceCommands',
            'AR302000RecordCCPaymentCCPaymentData' =&gt; '\\StructType\\AR302000RecordCCPaymentCCPaymentData',
            'AR302000RecordCCPaymentCCPaymentDataServiceCommands' =&gt; '\\StructType\\AR302000RecordCCPaymentCCPaymentDataServiceCommands',
            'AR302000CCPaymentWithExternalAuthorizationCCPaymentData' =&gt; '\\StructType\\AR302000CCPaymentWithExternalAuthorizationCCPaymentData',
            'AR302000CCPaymentWithExternalAuthorizationCCPaymentDataServiceCommands' =&gt; '\\StructType\\AR302000CCPaymentWithExternalAuthorizationCCPaymentDataServiceCommands',
            'AR302000LoadOptions' =&gt; '\\StructType\\AR302000LoadOptions',
            'AR302000LoadOptionsServiceCommands' =&gt; '\\StructType\\AR302000LoadOptionsServiceCommands',
            'AR302000FinancialDetailsVoucherDetails' =&gt; '\\StructType\\AR302000FinancialDetailsVoucherDetails',
            'AR302000FinancialDetailsVoucherDetailsServiceCommands' =&gt; '\\StructType\\AR302000FinancialDetailsVoucherDetailsServiceCommands',
            'AR302000PrimaryKey' =&gt; '\\StructType\\AR302000PrimaryKey',
            'AR302000Clear' =&gt; '\\StructType\\AR302000Clear',
            'AR302000ClearResponse' =&gt; '\\StructType\\AR302000ClearResponse',
            'AR302000GetProcessStatus' =&gt; '\\StructType\\AR302000GetProcessStatus',
            'AR302000GetProcessStatusResponse' =&gt; '\\StructType\\AR302000GetProcessStatusResponse',
            'AR302000GetSchema' =&gt; '\\StructType\\AR302000GetSchema',
            'AR302000GetSchemaResponse' =&gt; '\\StructType\\AR302000GetSchemaResponse',
            'AR302000SetSchema' =&gt; '\\StructType\\AR302000SetSchema',
            'AR302000SetSchemaResponse' =&gt; '\\StructType\\AR302000SetSchemaResponse',
            'AR302000Export' =&gt; '\\StructType\\AR302000Export',
            'AR302000ExportResponse' =&gt; '\\StructType\\AR302000ExportResponse',
            'AR302000Import' =&gt; '\\StructType\\AR302000Import',
            'AR302000ImportResponse' =&gt; '\\StructType\\AR302000ImportResponse',
            'AR302000ImportResult' =&gt; '\\StructType\\AR302000ImportResult',
            'AR302000ArrayOfImportResult' =&gt; '\\ArrayType\\AR302000ArrayOfImportResult',
            'AR302000Submit' =&gt; '\\StructType\\AR302000Submit',
            'AR302000ArrayOfContent' =&gt; '\\ArrayType\\AR302000ArrayOfContent',
            'AR302000SubmitResponse' =&gt; '\\StructType\\AR302000SubmitResponse',
            'AR303000Content' =&gt; '\\StructType\\AR303000Content',
            'AR303000Actions' =&gt; '\\StructType\\AR303000Actions',
            'AR303000CustomerSummary' =&gt; '\\StructType\\AR303000CustomerSummary',
            'AR303000CustomerSummaryServiceCommands' =&gt; '\\StructType\\AR303000CustomerSummaryServiceCommands',
            'AR303000GeneralInfo' =&gt; '\\StructType\\AR303000GeneralInfo',
            'AR303000GeneralInfoServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoServiceCommands',
            'AR303000GeneralInfoFinancialSettings' =&gt; '\\StructType\\AR303000GeneralInfoFinancialSettings',
            'AR303000GeneralInfoFinancialSettingsServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoFinancialSettingsServiceCommands',
            'AR303000GeneralInfoCreditVerificationRulesCreditVerification' =&gt; '\\StructType\\AR303000GeneralInfoCreditVerificationRulesCreditVerification',
            'AR303000GeneralInfoCreditVerificationRulesCreditVerificationServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoCreditVerificationRulesCreditVerificationServiceCommands',
            'AR303000BillingSettingsBillToContactSameAsMain' =&gt; '\\StructType\\AR303000BillingSettingsBillToContactSameAsMain',
            'AR303000BillingSettingsBillToContactSameAsMainServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsBillToContactSameAsMainServiceCommands',
            'AR303000BillingSettingsBillToAddressSameAsMain' =&gt; '\\StructType\\AR303000BillingSettingsBillToAddressSameAsMain',
            'AR303000BillingSettingsBillToAddressSameAsMainServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsBillToAddressSameAsMainServiceCommands',
            'AR303000BillingSettingsParentInfo' =&gt; '\\StructType\\AR303000BillingSettingsParentInfo',
            'AR303000BillingSettingsParentInfoServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsParentInfoServiceCommands',
            'AR303000BillingSettingsPrintAndEmailSettings' =&gt; '\\StructType\\AR303000BillingSettingsPrintAndEmailSettings',
            'AR303000BillingSettingsPrintAndEmailSettingsServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsPrintAndEmailSettingsServiceCommands',
            'AR303000BillingSettingsDefaultPaymentMethodDefaultPaymentMethod' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethodDefaultPaymentMethod',
            'AR303000BillingSettingsDefaultPaymentMethodDefaultPaymentMethodServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethodDefaultPaymentMethodServiceCommands',
            'AR303000GLAccountsCashDiscountAccount' =&gt; '\\StructType\\AR303000GLAccountsCashDiscountAccount',
            'AR303000GLAccountsCashDiscountAccountServiceCommands' =&gt; '\\StructType\\AR303000GLAccountsCashDiscountAccountServiceCommands',
            'AR303000GeneralInfoMainAddress' =&gt; '\\StructType\\AR303000GeneralInfoMainAddress',
            'AR303000GeneralInfoMainAddressServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoMainAddressServiceCommands',
            'AR303000BillingSettingsBillToAddress' =&gt; '\\StructType\\AR303000BillingSettingsBillToAddress',
            'AR303000BillingSettingsBillToAddressServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsBillToAddressServiceCommands',
            'AR303000GeneralInfoMainContact' =&gt; '\\StructType\\AR303000GeneralInfoMainContact',
            'AR303000GeneralInfoMainContactServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoMainContactServiceCommands',
            'AR303000DeliverySettingsShippingContact' =&gt; '\\StructType\\AR303000DeliverySettingsShippingContact',
            'AR303000DeliverySettingsShippingContactServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsShippingContactServiceCommands',
            'AR303000BillingSettingsBillToContact' =&gt; '\\StructType\\AR303000BillingSettingsBillToContact',
            'AR303000BillingSettingsBillToContactServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsBillToContactServiceCommands',
            'AR303000Locations' =&gt; '\\StructType\\AR303000Locations',
            'AR303000LocationsServiceCommands' =&gt; '\\StructType\\AR303000LocationsServiceCommands',
            'AR303000DeliverySettingsShippingContactSameAsMain' =&gt; '\\StructType\\AR303000DeliverySettingsShippingContactSameAsMain',
            'AR303000DeliverySettingsShippingContactSameAsMainServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsShippingContactSameAsMainServiceCommands',
            'AR303000DeliverySettingsShippingAddress' =&gt; '\\StructType\\AR303000DeliverySettingsShippingAddress',
            'AR303000DeliverySettingsShippingAddressServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsShippingAddressServiceCommands',
            'AR303000DeliverySettingsDefaultLocationSettings' =&gt; '\\StructType\\AR303000DeliverySettingsDefaultLocationSettings',
            'AR303000DeliverySettingsDefaultLocationSettingsServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsDefaultLocationSettingsServiceCommands',
            'AR303000DeliverySettingsShippingInstructions' =&gt; '\\StructType\\AR303000DeliverySettingsShippingInstructions',
            'AR303000DeliverySettingsShippingInstructionsServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsShippingInstructionsServiceCommands',
            'AR303000GLAccounts' =&gt; '\\StructType\\AR303000GLAccounts',
            'AR303000GLAccountsServiceCommands' =&gt; '\\StructType\\AR303000GLAccountsServiceCommands',
            'AR303000Contacts' =&gt; '\\StructType\\AR303000Contacts',
            'AR303000ContactsServiceCommands' =&gt; '\\StructType\\AR303000ContactsServiceCommands',
            'AR303000Salespersons' =&gt; '\\StructType\\AR303000Salespersons',
            'AR303000SalespersonsServiceCommands' =&gt; '\\StructType\\AR303000SalespersonsServiceCommands',
            'AR303000CustomerSummaryBalance' =&gt; '\\StructType\\AR303000CustomerSummaryBalance',
            'AR303000CustomerSummaryBalanceServiceCommands' =&gt; '\\StructType\\AR303000CustomerSummaryBalanceServiceCommands',
            'AR303000GeneralInfoCreditVerificationRules' =&gt; '\\StructType\\AR303000GeneralInfoCreditVerificationRules',
            'AR303000GeneralInfoCreditVerificationRulesServiceCommands' =&gt; '\\StructType\\AR303000GeneralInfoCreditVerificationRulesServiceCommands',
            'AR303000DeliverySettingsShippingInstructionsCarrierAccounts' =&gt; '\\StructType\\AR303000DeliverySettingsShippingInstructionsCarrierAccounts',
            'AR303000DeliverySettingsShippingInstructionsCarrierAccountsServiceCommands' =&gt; '\\StructType\\AR303000DeliverySettingsShippingInstructionsCarrierAccountsServiceCommands',
            'AR303000BillingSettingsDefaultPaymentMethod' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethod',
            'AR303000BillingSettingsDefaultPaymentMethodServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethodServiceCommands',
            'AR303000PaymentMethods' =&gt; '\\StructType\\AR303000PaymentMethods',
            'AR303000PaymentMethodsServiceCommands' =&gt; '\\StructType\\AR303000PaymentMethodsServiceCommands',
            'AR303000Attributes' =&gt; '\\StructType\\AR303000Attributes',
            'AR303000AttributesServiceCommands' =&gt; '\\StructType\\AR303000AttributesServiceCommands',
            'AR303000Activities' =&gt; '\\StructType\\AR303000Activities',
            'AR303000ActivitiesServiceCommands' =&gt; '\\StructType\\AR303000ActivitiesServiceCommands',
            'AR303000BillingSettingsDefaultPaymentMethodPaymentMethodDetails' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethodPaymentMethodDetails',
            'AR303000BillingSettingsDefaultPaymentMethodPaymentMethodDetailsServiceCommands' =&gt; '\\StructType\\AR303000BillingSettingsDefaultPaymentMethodPaymentMethodDetailsServiceCommands',
            'AR303000MailingSettingsMailings' =&gt; '\\StructType\\AR303000MailingSettingsMailings',
            'AR303000MailingSettingsMailingsServiceCommands' =&gt; '\\StructType\\AR303000MailingSettingsMailingsServiceCommands',
            'AR303000MailingSettingsRecipients' =&gt; '\\StructType\\AR303000MailingSettingsRecipients',
            'AR303000MailingSettingsRecipientsServiceCommands' =&gt; '\\StructType\\AR303000MailingSettingsRecipientsServiceCommands',
            'AR303000ChildAccounts' =&gt; '\\StructType\\AR303000ChildAccounts',
            'AR303000ChildAccountsServiceCommands' =&gt; '\\StructType\\AR303000ChildAccountsServiceCommands',
            'AR303000SpecifyNewID' =&gt; '\\StructType\\AR303000SpecifyNewID',
            'AR303000SpecifyNewIDServiceCommands' =&gt; '\\StructType\\AR303000SpecifyNewIDServiceCommands',
            'AR303000PrimaryKey' =&gt; '\\StructType\\AR303000PrimaryKey',
            'AR303000Clear' =&gt; '\\StructType\\AR303000Clear',
            'AR303000ClearResponse' =&gt; '\\StructType\\AR303000ClearResponse',
            'AR303000GetProcessStatus' =&gt; '\\StructType\\AR303000GetProcessStatus',
            'AR303000GetProcessStatusResponse' =&gt; '\\StructType\\AR303000GetProcessStatusResponse',
            'AR303000GetSchema' =&gt; '\\StructType\\AR303000GetSchema',
            'AR303000GetSchemaResponse' =&gt; '\\StructType\\AR303000GetSchemaResponse',
            'AR303000SetSchema' =&gt; '\\StructType\\AR303000SetSchema',
            'AR303000SetSchemaResponse' =&gt; '\\StructType\\AR303000SetSchemaResponse',
            'AR303000Export' =&gt; '\\StructType\\AR303000Export',
            'AR303000ExportResponse' =&gt; '\\StructType\\AR303000ExportResponse',
            'AR303000Import' =&gt; '\\StructType\\AR303000Import',
            'AR303000ImportResponse' =&gt; '\\StructType\\AR303000ImportResponse',
            'AR303000ImportResult' =&gt; '\\StructType\\AR303000ImportResult',
            'AR303000ArrayOfImportResult' =&gt; '\\ArrayType\\AR303000ArrayOfImportResult',
            'AR303000Submit' =&gt; '\\StructType\\AR303000Submit',
            'AR303000ArrayOfContent' =&gt; '\\ArrayType\\AR303000ArrayOfContent',
            'AR303000SubmitResponse' =&gt; '\\StructType\\AR303000SubmitResponse',
            'CA304000Content' =&gt; '\\StructType\\CA304000Content',
            'CA304000Actions' =&gt; '\\StructType\\CA304000Actions',
            'CA304000TransactionSummary' =&gt; '\\StructType\\CA304000TransactionSummary',
            'CA304000TransactionSummaryServiceCommands' =&gt; '\\StructType\\CA304000TransactionSummaryServiceCommands',
            'CA304000FinancialDetailsLinkToGL' =&gt; '\\StructType\\CA304000FinancialDetailsLinkToGL',
            'CA304000FinancialDetailsLinkToGLServiceCommands' =&gt; '\\StructType\\CA304000FinancialDetailsLinkToGLServiceCommands',
            'CA304000FinancialDetailsTaxSettings' =&gt; '\\StructType\\CA304000FinancialDetailsTaxSettings',
            'CA304000FinancialDetailsTaxSettingsServiceCommands' =&gt; '\\StructType\\CA304000FinancialDetailsTaxSettingsServiceCommands',
            'CA304000TransactionDetails' =&gt; '\\StructType\\CA304000TransactionDetails',
            'CA304000TransactionDetailsServiceCommands' =&gt; '\\StructType\\CA304000TransactionDetailsServiceCommands',
            'CA304000TaxDetails' =&gt; '\\StructType\\CA304000TaxDetails',
            'CA304000TaxDetailsServiceCommands' =&gt; '\\StructType\\CA304000TaxDetailsServiceCommands',
            'CA304000ApprovalDetails' =&gt; '\\StructType\\CA304000ApprovalDetails',
            'CA304000ApprovalDetailsServiceCommands' =&gt; '\\StructType\\CA304000ApprovalDetailsServiceCommands',
            'CA304000TransactionSummaryRateSelection' =&gt; '\\StructType\\CA304000TransactionSummaryRateSelection',
            'CA304000TransactionSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\CA304000TransactionSummaryRateSelectionServiceCommands',
            'CA304000TransactionSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\CA304000TransactionSummaryRateSelectionCurrencyUnitEquivalents',
            'CA304000TransactionSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\CA304000TransactionSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'CA304000FinancialDetailsVoucherDetails' =&gt; '\\StructType\\CA304000FinancialDetailsVoucherDetails',
            'CA304000FinancialDetailsVoucherDetailsServiceCommands' =&gt; '\\StructType\\CA304000FinancialDetailsVoucherDetailsServiceCommands',
            'CA304000PrimaryKey' =&gt; '\\StructType\\CA304000PrimaryKey',
            'CA304000Clear' =&gt; '\\StructType\\CA304000Clear',
            'CA304000ClearResponse' =&gt; '\\StructType\\CA304000ClearResponse',
            'CA304000GetProcessStatus' =&gt; '\\StructType\\CA304000GetProcessStatus',
            'CA304000GetProcessStatusResponse' =&gt; '\\StructType\\CA304000GetProcessStatusResponse',
            'CA304000GetSchema' =&gt; '\\StructType\\CA304000GetSchema',
            'CA304000GetSchemaResponse' =&gt; '\\StructType\\CA304000GetSchemaResponse',
            'CA304000SetSchema' =&gt; '\\StructType\\CA304000SetSchema',
            'CA304000SetSchemaResponse' =&gt; '\\StructType\\CA304000SetSchemaResponse',
            'CA304000Export' =&gt; '\\StructType\\CA304000Export',
            'CA304000ExportResponse' =&gt; '\\StructType\\CA304000ExportResponse',
            'CA304000Import' =&gt; '\\StructType\\CA304000Import',
            'CA304000ImportResponse' =&gt; '\\StructType\\CA304000ImportResponse',
            'CA304000ImportResult' =&gt; '\\StructType\\CA304000ImportResult',
            'CA304000ArrayOfImportResult' =&gt; '\\ArrayType\\CA304000ArrayOfImportResult',
            'CA304000Submit' =&gt; '\\StructType\\CA304000Submit',
            'CA304000ArrayOfContent' =&gt; '\\ArrayType\\CA304000ArrayOfContent',
            'CA304000SubmitResponse' =&gt; '\\StructType\\CA304000SubmitResponse',
            'GL301000Content' =&gt; '\\StructType\\GL301000Content',
            'GL301000Actions' =&gt; '\\StructType\\GL301000Actions',
            'GL301000BatchSummary' =&gt; '\\StructType\\GL301000BatchSummary',
            'GL301000BatchSummaryServiceCommands' =&gt; '\\StructType\\GL301000BatchSummaryServiceCommands',
            'GL301000BatchSummaryRateSelection' =&gt; '\\StructType\\GL301000BatchSummaryRateSelection',
            'GL301000BatchSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\GL301000BatchSummaryRateSelectionServiceCommands',
            'GL301000BatchSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\GL301000BatchSummaryRateSelectionCurrencyUnitEquivalents',
            'GL301000BatchSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\GL301000BatchSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'GL301000TransactionDetails' =&gt; '\\StructType\\GL301000TransactionDetails',
            'GL301000TransactionDetailsServiceCommands' =&gt; '\\StructType\\GL301000TransactionDetailsServiceCommands',
            'GL301000BatchSummaryVoucherBatchNbr' =&gt; '\\StructType\\GL301000BatchSummaryVoucherBatchNbr',
            'GL301000BatchSummaryVoucherBatchNbrServiceCommands' =&gt; '\\StructType\\GL301000BatchSummaryVoucherBatchNbrServiceCommands',
            'GL301000PrimaryKey' =&gt; '\\StructType\\GL301000PrimaryKey',
            'GL301000Clear' =&gt; '\\StructType\\GL301000Clear',
            'GL301000ClearResponse' =&gt; '\\StructType\\GL301000ClearResponse',
            'GL301000GetProcessStatus' =&gt; '\\StructType\\GL301000GetProcessStatus',
            'GL301000GetProcessStatusResponse' =&gt; '\\StructType\\GL301000GetProcessStatusResponse',
            'GL301000GetSchema' =&gt; '\\StructType\\GL301000GetSchema',
            'GL301000GetSchemaResponse' =&gt; '\\StructType\\GL301000GetSchemaResponse',
            'GL301000SetSchema' =&gt; '\\StructType\\GL301000SetSchema',
            'GL301000SetSchemaResponse' =&gt; '\\StructType\\GL301000SetSchemaResponse',
            'GL301000Export' =&gt; '\\StructType\\GL301000Export',
            'GL301000ExportResponse' =&gt; '\\StructType\\GL301000ExportResponse',
            'GL301000Import' =&gt; '\\StructType\\GL301000Import',
            'GL301000ImportResponse' =&gt; '\\StructType\\GL301000ImportResponse',
            'GL301000ImportResult' =&gt; '\\StructType\\GL301000ImportResult',
            'GL301000ArrayOfImportResult' =&gt; '\\ArrayType\\GL301000ArrayOfImportResult',
            'GL301000Submit' =&gt; '\\StructType\\GL301000Submit',
            'GL301000ArrayOfContent' =&gt; '\\ArrayType\\GL301000ArrayOfContent',
            'GL301000SubmitResponse' =&gt; '\\StructType\\GL301000SubmitResponse',
            'IN202500Content' =&gt; '\\StructType\\IN202500Content',
            'IN202500Actions' =&gt; '\\StructType\\IN202500Actions',
            'IN202500StockItemSummary' =&gt; '\\StructType\\IN202500StockItemSummary',
            'IN202500StockItemSummaryServiceCommands' =&gt; '\\StructType\\IN202500StockItemSummaryServiceCommands',
            'IN202500GeneralSettingsItemDefaults' =&gt; '\\StructType\\IN202500GeneralSettingsItemDefaults',
            'IN202500GeneralSettingsItemDefaultsServiceCommands' =&gt; '\\StructType\\IN202500GeneralSettingsItemDefaultsServiceCommands',
            'IN202500GeneralSettingsWarehouseDefaults' =&gt; '\\StructType\\IN202500GeneralSettingsWarehouseDefaults',
            'IN202500GeneralSettingsWarehouseDefaultsServiceCommands' =&gt; '\\StructType\\IN202500GeneralSettingsWarehouseDefaultsServiceCommands',
            'IN202500GeneralSettingsUnitOfMeasureBaseUnit' =&gt; '\\StructType\\IN202500GeneralSettingsUnitOfMeasureBaseUnit',
            'IN202500GeneralSettingsUnitOfMeasureBaseUnitServiceCommands' =&gt; '\\StructType\\IN202500GeneralSettingsUnitOfMeasureBaseUnitServiceCommands',
            'IN202500GeneralSettingsPhysicalInventory' =&gt; '\\StructType\\IN202500GeneralSettingsPhysicalInventory',
            'IN202500GeneralSettingsPhysicalInventoryServiceCommands' =&gt; '\\StructType\\IN202500GeneralSettingsPhysicalInventoryServiceCommands',
            'IN202500PriceCostInfoPriceManagement' =&gt; '\\StructType\\IN202500PriceCostInfoPriceManagement',
            'IN202500PriceCostInfoPriceManagementServiceCommands' =&gt; '\\StructType\\IN202500PriceCostInfoPriceManagementServiceCommands',
            'IN202500PriceCostInfoStandardCost' =&gt; '\\StructType\\IN202500PriceCostInfoStandardCost',
            'IN202500PriceCostInfoStandardCostServiceCommands' =&gt; '\\StructType\\IN202500PriceCostInfoStandardCostServiceCommands',
            'IN202500Ecommerce' =&gt; '\\StructType\\IN202500Ecommerce',
            'IN202500EcommerceServiceCommands' =&gt; '\\StructType\\IN202500EcommerceServiceCommands',
            'IN202500Attributes' =&gt; '\\StructType\\IN202500Attributes',
            'IN202500AttributesServiceCommands' =&gt; '\\StructType\\IN202500AttributesServiceCommands',
            'IN202500PackagingDimensions' =&gt; '\\StructType\\IN202500PackagingDimensions',
            'IN202500PackagingDimensionsServiceCommands' =&gt; '\\StructType\\IN202500PackagingDimensionsServiceCommands',
            'IN202500PackagingAutomaticPackaging' =&gt; '\\StructType\\IN202500PackagingAutomaticPackaging',
            'IN202500PackagingAutomaticPackagingServiceCommands' =&gt; '\\StructType\\IN202500PackagingAutomaticPackagingServiceCommands',
            'IN202500GLAccounts' =&gt; '\\StructType\\IN202500GLAccounts',
            'IN202500GLAccountsServiceCommands' =&gt; '\\StructType\\IN202500GLAccountsServiceCommands',
            'IN202500Description' =&gt; '\\StructType\\IN202500Description',
            'IN202500DescriptionServiceCommands' =&gt; '\\StructType\\IN202500DescriptionServiceCommands',
            'IN202500DeferralSettingsRules' =&gt; '\\StructType\\IN202500DeferralSettingsRules',
            'IN202500DeferralSettingsRulesServiceCommands' =&gt; '\\StructType\\IN202500DeferralSettingsRulesServiceCommands',
            'IN202500Subitems' =&gt; '\\StructType\\IN202500Subitems',
            'IN202500SubitemsServiceCommands' =&gt; '\\StructType\\IN202500SubitemsServiceCommands',
            'IN202500PriceCostInfoCostStatistics' =&gt; '\\StructType\\IN202500PriceCostInfoCostStatistics',
            'IN202500PriceCostInfoCostStatisticsServiceCommands' =&gt; '\\StructType\\IN202500PriceCostInfoCostStatisticsServiceCommands',
            'IN202500GeneralSettingsUnitOfMeasure' =&gt; '\\StructType\\IN202500GeneralSettingsUnitOfMeasure',
            'IN202500GeneralSettingsUnitOfMeasureServiceCommands' =&gt; '\\StructType\\IN202500GeneralSettingsUnitOfMeasureServiceCommands',
            'IN202500WarehouseDetails' =&gt; '\\StructType\\IN202500WarehouseDetails',
            'IN202500WarehouseDetailsServiceCommands' =&gt; '\\StructType\\IN202500WarehouseDetailsServiceCommands',
            'IN202500CrossReference' =&gt; '\\StructType\\IN202500CrossReference',
            'IN202500CrossReferenceServiceCommands' =&gt; '\\StructType\\IN202500CrossReferenceServiceCommands',
            'IN202500ReplenishmentInfoSubitemReplenishmentParameters' =&gt; '\\StructType\\IN202500ReplenishmentInfoSubitemReplenishmentParameters',
            'IN202500ReplenishmentInfoSubitemReplenishmentParametersServiceCommands' =&gt; '\\StructType\\IN202500ReplenishmentInfoSubitemReplenishmentParametersServiceCommands',
            'IN202500VendorDetails' =&gt; '\\StructType\\IN202500VendorDetails',
            'IN202500VendorDetailsServiceCommands' =&gt; '\\StructType\\IN202500VendorDetailsServiceCommands',
            'IN202500PackagingAutomaticPackagingBoxes' =&gt; '\\StructType\\IN202500PackagingAutomaticPackagingBoxes',
            'IN202500PackagingAutomaticPackagingBoxesServiceCommands' =&gt; '\\StructType\\IN202500PackagingAutomaticPackagingBoxesServiceCommands',
            'IN202500AttributesAttributes' =&gt; '\\StructType\\IN202500AttributesAttributes',
            'IN202500AttributesAttributesServiceCommands' =&gt; '\\StructType\\IN202500AttributesAttributesServiceCommands',
            'IN202500AttributesSalesCategories' =&gt; '\\StructType\\IN202500AttributesSalesCategories',
            'IN202500AttributesSalesCategoriesServiceCommands' =&gt; '\\StructType\\IN202500AttributesSalesCategoriesServiceCommands',
            'IN202500EcommerceCrossSells' =&gt; '\\StructType\\IN202500EcommerceCrossSells',
            'IN202500EcommerceCrossSellsServiceCommands' =&gt; '\\StructType\\IN202500EcommerceCrossSellsServiceCommands',
            'IN202500EcommerceUpSells' =&gt; '\\StructType\\IN202500EcommerceUpSells',
            'IN202500EcommerceUpSellsServiceCommands' =&gt; '\\StructType\\IN202500EcommerceUpSellsServiceCommands',
            'IN202500SpecifyNewID' =&gt; '\\StructType\\IN202500SpecifyNewID',
            'IN202500SpecifyNewIDServiceCommands' =&gt; '\\StructType\\IN202500SpecifyNewIDServiceCommands',
            'IN202500PrimaryKey' =&gt; '\\StructType\\IN202500PrimaryKey',
            'IN202500Clear' =&gt; '\\StructType\\IN202500Clear',
            'IN202500ClearResponse' =&gt; '\\StructType\\IN202500ClearResponse',
            'IN202500GetProcessStatus' =&gt; '\\StructType\\IN202500GetProcessStatus',
            'IN202500GetProcessStatusResponse' =&gt; '\\StructType\\IN202500GetProcessStatusResponse',
            'IN202500GetSchema' =&gt; '\\StructType\\IN202500GetSchema',
            'IN202500GetSchemaResponse' =&gt; '\\StructType\\IN202500GetSchemaResponse',
            'IN202500SetSchema' =&gt; '\\StructType\\IN202500SetSchema',
            'IN202500SetSchemaResponse' =&gt; '\\StructType\\IN202500SetSchemaResponse',
            'IN202500Export' =&gt; '\\StructType\\IN202500Export',
            'IN202500ExportResponse' =&gt; '\\StructType\\IN202500ExportResponse',
            'IN202500Import' =&gt; '\\StructType\\IN202500Import',
            'IN202500ImportResponse' =&gt; '\\StructType\\IN202500ImportResponse',
            'IN202500ImportResult' =&gt; '\\StructType\\IN202500ImportResult',
            'IN202500ArrayOfImportResult' =&gt; '\\ArrayType\\IN202500ArrayOfImportResult',
            'IN202500Submit' =&gt; '\\StructType\\IN202500Submit',
            'IN202500ArrayOfContent' =&gt; '\\ArrayType\\IN202500ArrayOfContent',
            'IN202500SubmitResponse' =&gt; '\\StructType\\IN202500SubmitResponse',
            'IN304000Content' =&gt; '\\StructType\\IN304000Content',
            'IN304000Actions' =&gt; '\\StructType\\IN304000Actions',
            'IN304000DocumentSummary' =&gt; '\\StructType\\IN304000DocumentSummary',
            'IN304000DocumentSummaryServiceCommands' =&gt; '\\StructType\\IN304000DocumentSummaryServiceCommands',
            'IN304000FinancialDetails' =&gt; '\\StructType\\IN304000FinancialDetails',
            'IN304000FinancialDetailsServiceCommands' =&gt; '\\StructType\\IN304000FinancialDetailsServiceCommands',
            'IN304000TransactionDetails' =&gt; '\\StructType\\IN304000TransactionDetails',
            'IN304000TransactionDetailsServiceCommands' =&gt; '\\StructType\\IN304000TransactionDetailsServiceCommands',
            'IN304000Allocations' =&gt; '\\StructType\\IN304000Allocations',
            'IN304000AllocationsServiceCommands' =&gt; '\\StructType\\IN304000AllocationsServiceCommands',
            'IN304000InventoryLookupInventory' =&gt; '\\StructType\\IN304000InventoryLookupInventory',
            'IN304000InventoryLookupInventoryServiceCommands' =&gt; '\\StructType\\IN304000InventoryLookupInventoryServiceCommands',
            'IN304000InventoryLookup' =&gt; '\\StructType\\IN304000InventoryLookup',
            'IN304000InventoryLookupServiceCommands' =&gt; '\\StructType\\IN304000InventoryLookupServiceCommands',
            'IN304000AllocationsUnassignedQty' =&gt; '\\StructType\\IN304000AllocationsUnassignedQty',
            'IN304000AllocationsUnassignedQtyServiceCommands' =&gt; '\\StructType\\IN304000AllocationsUnassignedQtyServiceCommands',
            'IN304000PrimaryKey' =&gt; '\\StructType\\IN304000PrimaryKey',
            'IN304000Clear' =&gt; '\\StructType\\IN304000Clear',
            'IN304000ClearResponse' =&gt; '\\StructType\\IN304000ClearResponse',
            'IN304000GetProcessStatus' =&gt; '\\StructType\\IN304000GetProcessStatus',
            'IN304000GetProcessStatusResponse' =&gt; '\\StructType\\IN304000GetProcessStatusResponse',
            'IN304000GetSchema' =&gt; '\\StructType\\IN304000GetSchema',
            'IN304000GetSchemaResponse' =&gt; '\\StructType\\IN304000GetSchemaResponse',
            'IN304000SetSchema' =&gt; '\\StructType\\IN304000SetSchema',
            'IN304000SetSchemaResponse' =&gt; '\\StructType\\IN304000SetSchemaResponse',
            'IN304000Export' =&gt; '\\StructType\\IN304000Export',
            'IN304000ExportResponse' =&gt; '\\StructType\\IN304000ExportResponse',
            'IN304000Import' =&gt; '\\StructType\\IN304000Import',
            'IN304000ImportResponse' =&gt; '\\StructType\\IN304000ImportResponse',
            'IN304000ImportResult' =&gt; '\\StructType\\IN304000ImportResult',
            'IN304000ArrayOfImportResult' =&gt; '\\ArrayType\\IN304000ArrayOfImportResult',
            'IN304000Submit' =&gt; '\\StructType\\IN304000Submit',
            'IN304000ArrayOfContent' =&gt; '\\ArrayType\\IN304000ArrayOfContent',
            'IN304000SubmitResponse' =&gt; '\\StructType\\IN304000SubmitResponse',
            'PO301000Content' =&gt; '\\StructType\\PO301000Content',
            'PO301000Actions' =&gt; '\\StructType\\PO301000Actions',
            'PO301000DocumentSummary' =&gt; '\\StructType\\PO301000DocumentSummary',
            'PO301000DocumentSummaryServiceCommands' =&gt; '\\StructType\\PO301000DocumentSummaryServiceCommands',
            'PO301000ShippingInstructionsShipToShippingDestinationType' =&gt; '\\StructType\\PO301000ShippingInstructionsShipToShippingDestinationType',
            'PO301000ShippingInstructionsShipToShippingDestinationTypeServiceCommands' =&gt; '\\StructType\\PO301000ShippingInstructionsShipToShippingDestinationTypeServiceCommands',
            'PO301000ShippingInstructionsShipVia' =&gt; '\\StructType\\PO301000ShippingInstructionsShipVia',
            'PO301000ShippingInstructionsShipViaServiceCommands' =&gt; '\\StructType\\PO301000ShippingInstructionsShipViaServiceCommands',
            'PO301000VendorInfoInfo' =&gt; '\\StructType\\PO301000VendorInfoInfo',
            'PO301000VendorInfoInfoServiceCommands' =&gt; '\\StructType\\PO301000VendorInfoInfoServiceCommands',
            'PO301000OtherInformation' =&gt; '\\StructType\\PO301000OtherInformation',
            'PO301000OtherInformationServiceCommands' =&gt; '\\StructType\\PO301000OtherInformationServiceCommands',
            'PO301000DocumentDetails' =&gt; '\\StructType\\PO301000DocumentDetails',
            'PO301000DocumentDetailsServiceCommands' =&gt; '\\StructType\\PO301000DocumentDetailsServiceCommands',
            'PO301000TaxDetails' =&gt; '\\StructType\\PO301000TaxDetails',
            'PO301000TaxDetailsServiceCommands' =&gt; '\\StructType\\PO301000TaxDetailsServiceCommands',
            'PO301000VendorInfoVendorAddress' =&gt; '\\StructType\\PO301000VendorInfoVendorAddress',
            'PO301000VendorInfoVendorAddressServiceCommands' =&gt; '\\StructType\\PO301000VendorInfoVendorAddressServiceCommands',
            'PO301000VendorInfoVendorAddressOverride' =&gt; '\\StructType\\PO301000VendorInfoVendorAddressOverride',
            'PO301000VendorInfoVendorAddressOverrideServiceCommands' =&gt; '\\StructType\\PO301000VendorInfoVendorAddressOverrideServiceCommands',
            'PO301000ShippingInstructionsShipTo' =&gt; '\\StructType\\PO301000ShippingInstructionsShipTo',
            'PO301000ShippingInstructionsShipToServiceCommands' =&gt; '\\StructType\\PO301000ShippingInstructionsShipToServiceCommands',
            'PO301000ShippingInstructionsShipToOverride' =&gt; '\\StructType\\PO301000ShippingInstructionsShipToOverride',
            'PO301000ShippingInstructionsShipToOverrideServiceCommands' =&gt; '\\StructType\\PO301000ShippingInstructionsShipToOverrideServiceCommands',
            'PO301000ApprovalDetails' =&gt; '\\StructType\\PO301000ApprovalDetails',
            'PO301000ApprovalDetailsServiceCommands' =&gt; '\\StructType\\PO301000ApprovalDetailsServiceCommands',
            'PO301000DemandRefNbr' =&gt; '\\StructType\\PO301000DemandRefNbr',
            'PO301000DemandRefNbrServiceCommands' =&gt; '\\StructType\\PO301000DemandRefNbrServiceCommands',
            'PO301000DocumentSummaryRateSelection' =&gt; '\\StructType\\PO301000DocumentSummaryRateSelection',
            'PO301000DocumentSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\PO301000DocumentSummaryRateSelectionServiceCommands',
            'PO301000DocumentSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\PO301000DocumentSummaryRateSelectionCurrencyUnitEquivalents',
            'PO301000DocumentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\PO301000DocumentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'PO301000Receipts' =&gt; '\\StructType\\PO301000Receipts',
            'PO301000ReceiptsServiceCommands' =&gt; '\\StructType\\PO301000ReceiptsServiceCommands',
            'PO301000InventoryLookupInventory' =&gt; '\\StructType\\PO301000InventoryLookupInventory',
            'PO301000InventoryLookupInventoryServiceCommands' =&gt; '\\StructType\\PO301000InventoryLookupInventoryServiceCommands',
            'PO301000InventoryLookup' =&gt; '\\StructType\\PO301000InventoryLookup',
            'PO301000InventoryLookupServiceCommands' =&gt; '\\StructType\\PO301000InventoryLookupServiceCommands',
            'PO301000AddPurchaseOrderLinePOSelection' =&gt; '\\StructType\\PO301000AddPurchaseOrderLinePOSelection',
            'PO301000AddPurchaseOrderLinePOSelectionServiceCommands' =&gt; '\\StructType\\PO301000AddPurchaseOrderLinePOSelectionServiceCommands',
            'PO301000AddPurchaseOrderLine' =&gt; '\\StructType\\PO301000AddPurchaseOrderLine',
            'PO301000AddPurchaseOrderLineServiceCommands' =&gt; '\\StructType\\PO301000AddPurchaseOrderLineServiceCommands',
            'PO301000AddPurchaseOrder' =&gt; '\\StructType\\PO301000AddPurchaseOrder',
            'PO301000AddPurchaseOrderServiceCommands' =&gt; '\\StructType\\PO301000AddPurchaseOrderServiceCommands',
            'PO301000Demand' =&gt; '\\StructType\\PO301000Demand',
            'PO301000DemandServiceCommands' =&gt; '\\StructType\\PO301000DemandServiceCommands',
            'PO301000RecalculatePrices' =&gt; '\\StructType\\PO301000RecalculatePrices',
            'PO301000RecalculatePricesServiceCommands' =&gt; '\\StructType\\PO301000RecalculatePricesServiceCommands',
            'PO301000PrimaryKey' =&gt; '\\StructType\\PO301000PrimaryKey',
            'PO301000Clear' =&gt; '\\StructType\\PO301000Clear',
            'PO301000ClearResponse' =&gt; '\\StructType\\PO301000ClearResponse',
            'PO301000GetProcessStatus' =&gt; '\\StructType\\PO301000GetProcessStatus',
            'PO301000GetProcessStatusResponse' =&gt; '\\StructType\\PO301000GetProcessStatusResponse',
            'PO301000GetSchema' =&gt; '\\StructType\\PO301000GetSchema',
            'PO301000GetSchemaResponse' =&gt; '\\StructType\\PO301000GetSchemaResponse',
            'PO301000SetSchema' =&gt; '\\StructType\\PO301000SetSchema',
            'PO301000SetSchemaResponse' =&gt; '\\StructType\\PO301000SetSchemaResponse',
            'PO301000Export' =&gt; '\\StructType\\PO301000Export',
            'PO301000ExportResponse' =&gt; '\\StructType\\PO301000ExportResponse',
            'PO301000Import' =&gt; '\\StructType\\PO301000Import',
            'PO301000ImportResponse' =&gt; '\\StructType\\PO301000ImportResponse',
            'PO301000ImportResult' =&gt; '\\StructType\\PO301000ImportResult',
            'PO301000ArrayOfImportResult' =&gt; '\\ArrayType\\PO301000ArrayOfImportResult',
            'PO301000Submit' =&gt; '\\StructType\\PO301000Submit',
            'PO301000ArrayOfContent' =&gt; '\\ArrayType\\PO301000ArrayOfContent',
            'PO301000SubmitResponse' =&gt; '\\StructType\\PO301000SubmitResponse',
            'PO302000Content' =&gt; '\\StructType\\PO302000Content',
            'PO302000Actions' =&gt; '\\StructType\\PO302000Actions',
            'PO302000DocumentSummary' =&gt; '\\StructType\\PO302000DocumentSummary',
            'PO302000DocumentSummaryServiceCommands' =&gt; '\\StructType\\PO302000DocumentSummaryServiceCommands',
            'PO302000FinancialDetailsBillingSettings' =&gt; '\\StructType\\PO302000FinancialDetailsBillingSettings',
            'PO302000FinancialDetailsBillingSettingsServiceCommands' =&gt; '\\StructType\\PO302000FinancialDetailsBillingSettingsServiceCommands',
            'PO302000FinancialDetailsTotals' =&gt; '\\StructType\\PO302000FinancialDetailsTotals',
            'PO302000FinancialDetailsTotalsServiceCommands' =&gt; '\\StructType\\PO302000FinancialDetailsTotalsServiceCommands',
            'PO302000FinancialDetailsAssignTo' =&gt; '\\StructType\\PO302000FinancialDetailsAssignTo',
            'PO302000FinancialDetailsAssignToServiceCommands' =&gt; '\\StructType\\PO302000FinancialDetailsAssignToServiceCommands',
            'PO302000DocumentDetails' =&gt; '\\StructType\\PO302000DocumentDetails',
            'PO302000DocumentDetailsServiceCommands' =&gt; '\\StructType\\PO302000DocumentDetailsServiceCommands',
            'PO302000Allocations' =&gt; '\\StructType\\PO302000Allocations',
            'PO302000AllocationsServiceCommands' =&gt; '\\StructType\\PO302000AllocationsServiceCommands',
            'PO302000TaxDetails' =&gt; '\\StructType\\PO302000TaxDetails',
            'PO302000TaxDetailsServiceCommands' =&gt; '\\StructType\\PO302000TaxDetailsServiceCommands',
            'PO302000LandedCosts' =&gt; '\\StructType\\PO302000LandedCosts',
            'PO302000LandedCostsServiceCommands' =&gt; '\\StructType\\PO302000LandedCostsServiceCommands',
            'PO302000DocumentSummaryRateSelection' =&gt; '\\StructType\\PO302000DocumentSummaryRateSelection',
            'PO302000DocumentSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\PO302000DocumentSummaryRateSelectionServiceCommands',
            'PO302000DocumentSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\PO302000DocumentSummaryRateSelectionCurrencyUnitEquivalents',
            'PO302000DocumentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\PO302000DocumentSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'PO302000LandedCostsRateSelection' =&gt; '\\StructType\\PO302000LandedCostsRateSelection',
            'PO302000LandedCostsRateSelectionServiceCommands' =&gt; '\\StructType\\PO302000LandedCostsRateSelectionServiceCommands',
            'PO302000LandedCostsRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\PO302000LandedCostsRateSelectionCurrencyUnitEquivalents',
            'PO302000LandedCostsRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\PO302000LandedCostsRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'PO302000LandedCostsCurrencySelection' =&gt; '\\StructType\\PO302000LandedCostsCurrencySelection',
            'PO302000LandedCostsCurrencySelectionServiceCommands' =&gt; '\\StructType\\PO302000LandedCostsCurrencySelectionServiceCommands',
            'PO302000LandedCostsCurrencySelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\PO302000LandedCostsCurrencySelectionCurrencyUnitEquivalents',
            'PO302000LandedCostsCurrencySelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\PO302000LandedCostsCurrencySelectionCurrencyUnitEquivalentsServiceCommands',
            'PO302000AddTransferOrder' =&gt; '\\StructType\\PO302000AddTransferOrder',
            'PO302000AddTransferOrderServiceCommands' =&gt; '\\StructType\\PO302000AddTransferOrderServiceCommands',
            'PO302000RecalculatePricesAndDiscounts' =&gt; '\\StructType\\PO302000RecalculatePricesAndDiscounts',
            'PO302000RecalculatePricesAndDiscountsServiceCommands' =&gt; '\\StructType\\PO302000RecalculatePricesAndDiscountsServiceCommands',
            'PO302000AddPurchaseOrderLinePOSelection' =&gt; '\\StructType\\PO302000AddPurchaseOrderLinePOSelection',
            'PO302000AddPurchaseOrderLinePOSelectionServiceCommands' =&gt; '\\StructType\\PO302000AddPurchaseOrderLinePOSelectionServiceCommands',
            'PO302000AddPurchaseOrderPOSelection' =&gt; '\\StructType\\PO302000AddPurchaseOrderPOSelection',
            'PO302000AddPurchaseOrderPOSelectionServiceCommands' =&gt; '\\StructType\\PO302000AddPurchaseOrderPOSelectionServiceCommands',
            'PO302000AddTransferOrderPOSelection' =&gt; '\\StructType\\PO302000AddTransferOrderPOSelection',
            'PO302000AddTransferOrderPOSelectionServiceCommands' =&gt; '\\StructType\\PO302000AddTransferOrderPOSelectionServiceCommands',
            'PO302000AddTransferLineTransferSelection' =&gt; '\\StructType\\PO302000AddTransferLineTransferSelection',
            'PO302000AddTransferLineTransferSelectionServiceCommands' =&gt; '\\StructType\\PO302000AddTransferLineTransferSelectionServiceCommands',
            'PO302000AddReceiptLine' =&gt; '\\StructType\\PO302000AddReceiptLine',
            'PO302000AddReceiptLineServiceCommands' =&gt; '\\StructType\\PO302000AddReceiptLineServiceCommands',
            'PO302000AddTransferLine' =&gt; '\\StructType\\PO302000AddTransferLine',
            'PO302000AddTransferLineServiceCommands' =&gt; '\\StructType\\PO302000AddTransferLineServiceCommands',
            'PO302000AllocationsUnassignedQty' =&gt; '\\StructType\\PO302000AllocationsUnassignedQty',
            'PO302000AllocationsUnassignedQtyServiceCommands' =&gt; '\\StructType\\PO302000AllocationsUnassignedQtyServiceCommands',
            'PO302000AddPurchaseOrderLine' =&gt; '\\StructType\\PO302000AddPurchaseOrderLine',
            'PO302000AddPurchaseOrderLineServiceCommands' =&gt; '\\StructType\\PO302000AddPurchaseOrderLineServiceCommands',
            'PO302000AddPurchaseOrder' =&gt; '\\StructType\\PO302000AddPurchaseOrder',
            'PO302000AddPurchaseOrderServiceCommands' =&gt; '\\StructType\\PO302000AddPurchaseOrderServiceCommands',
            'PO302000PrimaryKey' =&gt; '\\StructType\\PO302000PrimaryKey',
            'PO302000Clear' =&gt; '\\StructType\\PO302000Clear',
            'PO302000ClearResponse' =&gt; '\\StructType\\PO302000ClearResponse',
            'PO302000GetProcessStatus' =&gt; '\\StructType\\PO302000GetProcessStatus',
            'PO302000GetProcessStatusResponse' =&gt; '\\StructType\\PO302000GetProcessStatusResponse',
            'PO302000GetSchema' =&gt; '\\StructType\\PO302000GetSchema',
            'PO302000GetSchemaResponse' =&gt; '\\StructType\\PO302000GetSchemaResponse',
            'PO302000SetSchema' =&gt; '\\StructType\\PO302000SetSchema',
            'PO302000SetSchemaResponse' =&gt; '\\StructType\\PO302000SetSchemaResponse',
            'PO302000Export' =&gt; '\\StructType\\PO302000Export',
            'PO302000ExportResponse' =&gt; '\\StructType\\PO302000ExportResponse',
            'PO302000Import' =&gt; '\\StructType\\PO302000Import',
            'PO302000ImportResponse' =&gt; '\\StructType\\PO302000ImportResponse',
            'PO302000ImportResult' =&gt; '\\StructType\\PO302000ImportResult',
            'PO302000ArrayOfImportResult' =&gt; '\\ArrayType\\PO302000ArrayOfImportResult',
            'PO302000Submit' =&gt; '\\StructType\\PO302000Submit',
            'PO302000ArrayOfContent' =&gt; '\\ArrayType\\PO302000ArrayOfContent',
            'PO302000SubmitResponse' =&gt; '\\StructType\\PO302000SubmitResponse',
            'SO301000Content' =&gt; '\\StructType\\SO301000Content',
            'SO301000Actions' =&gt; '\\StructType\\SO301000Actions',
            'SO301000OrderSummary' =&gt; '\\StructType\\SO301000OrderSummary',
            'SO301000OrderSummaryServiceCommands' =&gt; '\\StructType\\SO301000OrderSummaryServiceCommands',
            'SO301000CommissionsDefaultSalesperson' =&gt; '\\StructType\\SO301000CommissionsDefaultSalesperson',
            'SO301000CommissionsDefaultSalespersonServiceCommands' =&gt; '\\StructType\\SO301000CommissionsDefaultSalespersonServiceCommands',
            'SO301000FinancialSettingsFinancialInformation' =&gt; '\\StructType\\SO301000FinancialSettingsFinancialInformation',
            'SO301000FinancialSettingsFinancialInformationServiceCommands' =&gt; '\\StructType\\SO301000FinancialSettingsFinancialInformationServiceCommands',
            'SO301000PaymentSettings' =&gt; '\\StructType\\SO301000PaymentSettings',
            'SO301000PaymentSettingsServiceCommands' =&gt; '\\StructType\\SO301000PaymentSettingsServiceCommands',
            'SO301000ShippingSettingsShippingInformation' =&gt; '\\StructType\\SO301000ShippingSettingsShippingInformation',
            'SO301000ShippingSettingsShippingInformationServiceCommands' =&gt; '\\StructType\\SO301000ShippingSettingsShippingInformationServiceCommands',
            'SO301000Totals' =&gt; '\\StructType\\SO301000Totals',
            'SO301000TotalsServiceCommands' =&gt; '\\StructType\\SO301000TotalsServiceCommands',
            'SO301000ShopForRatesServicesSettings' =&gt; '\\StructType\\SO301000ShopForRatesServicesSettings',
            'SO301000ShopForRatesServicesSettingsServiceCommands' =&gt; '\\StructType\\SO301000ShopForRatesServicesSettingsServiceCommands',
            'SO301000ShopForRatesServicesSettingsIsManualPackage' =&gt; '\\StructType\\SO301000ShopForRatesServicesSettingsIsManualPackage',
            'SO301000ShopForRatesServicesSettingsIsManualPackageServiceCommands' =&gt; '\\StructType\\SO301000ShopForRatesServicesSettingsIsManualPackageServiceCommands',
            'SO301000DocumentDetails' =&gt; '\\StructType\\SO301000DocumentDetails',
            'SO301000DocumentDetailsServiceCommands' =&gt; '\\StructType\\SO301000DocumentDetailsServiceCommands',
            'SO301000PurchasingDetailsPurchasingSettings' =&gt; '\\StructType\\SO301000PurchasingDetailsPurchasingSettings',
            'SO301000PurchasingDetailsPurchasingSettingsServiceCommands' =&gt; '\\StructType\\SO301000PurchasingDetailsPurchasingSettingsServiceCommands',
            'SO301000TaxDetails' =&gt; '\\StructType\\SO301000TaxDetails',
            'SO301000TaxDetailsServiceCommands' =&gt; '\\StructType\\SO301000TaxDetailsServiceCommands',
            'SO301000Shipments' =&gt; '\\StructType\\SO301000Shipments',
            'SO301000ShipmentsServiceCommands' =&gt; '\\StructType\\SO301000ShipmentsServiceCommands',
            'SO301000FinancialSettingsBillToInfo' =&gt; '\\StructType\\SO301000FinancialSettingsBillToInfo',
            'SO301000FinancialSettingsBillToInfoServiceCommands' =&gt; '\\StructType\\SO301000FinancialSettingsBillToInfoServiceCommands',
            'SO301000ShippingSettingsShipToInfo' =&gt; '\\StructType\\SO301000ShippingSettingsShipToInfo',
            'SO301000ShippingSettingsShipToInfoServiceCommands' =&gt; '\\StructType\\SO301000ShippingSettingsShipToInfoServiceCommands',
            'SO301000FinancialSettingsBillToInfoOverrideContact' =&gt; '\\StructType\\SO301000FinancialSettingsBillToInfoOverrideContact',
            'SO301000FinancialSettingsBillToInfoOverrideContactServiceCommands' =&gt; '\\StructType\\SO301000FinancialSettingsBillToInfoOverrideContactServiceCommands',
            'SO301000ShippingSettingsShipToInfoOverrideContact' =&gt; '\\StructType\\SO301000ShippingSettingsShipToInfoOverrideContact',
            'SO301000ShippingSettingsShipToInfoOverrideContactServiceCommands' =&gt; '\\StructType\\SO301000ShippingSettingsShipToInfoOverrideContactServiceCommands',
            'SO301000ApprovalDetails' =&gt; '\\StructType\\SO301000ApprovalDetails',
            'SO301000ApprovalDetailsServiceCommands' =&gt; '\\StructType\\SO301000ApprovalDetailsServiceCommands',
            'SO301000OrderSummaryRateSelection' =&gt; '\\StructType\\SO301000OrderSummaryRateSelection',
            'SO301000OrderSummaryRateSelectionServiceCommands' =&gt; '\\StructType\\SO301000OrderSummaryRateSelectionServiceCommands',
            'SO301000OrderSummaryRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\SO301000OrderSummaryRateSelectionCurrencyUnitEquivalents',
            'SO301000OrderSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\SO301000OrderSummaryRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'SO301000Allocations' =&gt; '\\StructType\\SO301000Allocations',
            'SO301000AllocationsServiceCommands' =&gt; '\\StructType\\SO301000AllocationsServiceCommands',
            'SO301000SpecifyShipmentParameters' =&gt; '\\StructType\\SO301000SpecifyShipmentParameters',
            'SO301000SpecifyShipmentParametersServiceCommands' =&gt; '\\StructType\\SO301000SpecifyShipmentParametersServiceCommands',
            'SO301000AddInvoiceDetailsDocType' =&gt; '\\StructType\\SO301000AddInvoiceDetailsDocType',
            'SO301000AddInvoiceDetailsDocTypeServiceCommands' =&gt; '\\StructType\\SO301000AddInvoiceDetailsDocTypeServiceCommands',
            'SO301000CopyTo' =&gt; '\\StructType\\SO301000CopyTo',
            'SO301000CopyToServiceCommands' =&gt; '\\StructType\\SO301000CopyToServiceCommands',
            'SO301000RecalculatePrices' =&gt; '\\StructType\\SO301000RecalculatePrices',
            'SO301000RecalculatePricesServiceCommands' =&gt; '\\StructType\\SO301000RecalculatePricesServiceCommands',
            'SO301000AddInvoiceDetails' =&gt; '\\StructType\\SO301000AddInvoiceDetails',
            'SO301000AddInvoiceDetailsServiceCommands' =&gt; '\\StructType\\SO301000AddInvoiceDetailsServiceCommands',
            'SO301000PurchasingDetails' =&gt; '\\StructType\\SO301000PurchasingDetails',
            'SO301000PurchasingDetailsServiceCommands' =&gt; '\\StructType\\SO301000PurchasingDetailsServiceCommands',
            'SO301000ShopForRatesPackages' =&gt; '\\StructType\\SO301000ShopForRatesPackages',
            'SO301000ShopForRatesPackagesServiceCommands' =&gt; '\\StructType\\SO301000ShopForRatesPackagesServiceCommands',
            'SO301000ShopForRatesCarrierRates' =&gt; '\\StructType\\SO301000ShopForRatesCarrierRates',
            'SO301000ShopForRatesCarrierRatesServiceCommands' =&gt; '\\StructType\\SO301000ShopForRatesCarrierRatesServiceCommands',
            'SO301000Payments' =&gt; '\\StructType\\SO301000Payments',
            'SO301000PaymentsServiceCommands' =&gt; '\\StructType\\SO301000PaymentsServiceCommands',
            'SO301000ROTRUTDetailsRUTAndROTSettings' =&gt; '\\StructType\\SO301000ROTRUTDetailsRUTAndROTSettings',
            'SO301000ROTRUTDetailsRUTAndROTSettingsServiceCommands' =&gt; '\\StructType\\SO301000ROTRUTDetailsRUTAndROTSettingsServiceCommands',
            'SO301000ROTRUTDetailsRUTAndROTTotals' =&gt; '\\StructType\\SO301000ROTRUTDetailsRUTAndROTTotals',
            'SO301000ROTRUTDetailsRUTAndROTTotalsServiceCommands' =&gt; '\\StructType\\SO301000ROTRUTDetailsRUTAndROTTotalsServiceCommands',
            'SO301000PaymentSettingsInputMode' =&gt; '\\StructType\\SO301000PaymentSettingsInputMode',
            'SO301000PaymentSettingsInputModeServiceCommands' =&gt; '\\StructType\\SO301000PaymentSettingsInputModeServiceCommands',
            'SO301000PaymentSettingsCardInfo' =&gt; '\\StructType\\SO301000PaymentSettingsCardInfo',
            'SO301000PaymentSettingsCardInfoServiceCommands' =&gt; '\\StructType\\SO301000PaymentSettingsCardInfoServiceCommands',
            'SO301000PaymentSettingsDescription' =&gt; '\\StructType\\SO301000PaymentSettingsDescription',
            'SO301000PaymentSettingsDescriptionServiceCommands' =&gt; '\\StructType\\SO301000PaymentSettingsDescriptionServiceCommands',
            'SO301000InventoryLookupInventory' =&gt; '\\StructType\\SO301000InventoryLookupInventory',
            'SO301000InventoryLookupInventoryServiceCommands' =&gt; '\\StructType\\SO301000InventoryLookupInventoryServiceCommands',
            'SO301000InventoryLookup' =&gt; '\\StructType\\SO301000InventoryLookup',
            'SO301000InventoryLookupServiceCommands' =&gt; '\\StructType\\SO301000InventoryLookupServiceCommands',
            'SO301000AllocationsUnassignedQty' =&gt; '\\StructType\\SO301000AllocationsUnassignedQty',
            'SO301000AllocationsUnassignedQtyServiceCommands' =&gt; '\\StructType\\SO301000AllocationsUnassignedQtyServiceCommands',
            'SO301000PrimaryKey' =&gt; '\\StructType\\SO301000PrimaryKey',
            'SO301000Clear' =&gt; '\\StructType\\SO301000Clear',
            'SO301000ClearResponse' =&gt; '\\StructType\\SO301000ClearResponse',
            'SO301000GetProcessStatus' =&gt; '\\StructType\\SO301000GetProcessStatus',
            'SO301000GetProcessStatusResponse' =&gt; '\\StructType\\SO301000GetProcessStatusResponse',
            'SO301000GetSchema' =&gt; '\\StructType\\SO301000GetSchema',
            'SO301000GetSchemaResponse' =&gt; '\\StructType\\SO301000GetSchemaResponse',
            'SO301000SetSchema' =&gt; '\\StructType\\SO301000SetSchema',
            'SO301000SetSchemaResponse' =&gt; '\\StructType\\SO301000SetSchemaResponse',
            'SO301000Export' =&gt; '\\StructType\\SO301000Export',
            'SO301000ExportResponse' =&gt; '\\StructType\\SO301000ExportResponse',
            'SO301000Import' =&gt; '\\StructType\\SO301000Import',
            'SO301000ImportResponse' =&gt; '\\StructType\\SO301000ImportResponse',
            'SO301000ImportResult' =&gt; '\\StructType\\SO301000ImportResult',
            'SO301000ArrayOfImportResult' =&gt; '\\ArrayType\\SO301000ArrayOfImportResult',
            'SO301000Submit' =&gt; '\\StructType\\SO301000Submit',
            'SO301000ArrayOfContent' =&gt; '\\ArrayType\\SO301000ArrayOfContent',
            'SO301000SubmitResponse' =&gt; '\\StructType\\SO301000SubmitResponse',
            'SO302000Content' =&gt; '\\StructType\\SO302000Content',
            'SO302000Actions' =&gt; '\\StructType\\SO302000Actions',
            'SO302000ShipmentSummary' =&gt; '\\StructType\\SO302000ShipmentSummary',
            'SO302000ShipmentSummaryServiceCommands' =&gt; '\\StructType\\SO302000ShipmentSummaryServiceCommands',
            'SO302000ShippingSettingsShippingInformation' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformation',
            'SO302000ShippingSettingsShippingInformationServiceCommands' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformationServiceCommands',
            'SO302000DocumentDetails' =&gt; '\\StructType\\SO302000DocumentDetails',
            'SO302000DocumentDetailsServiceCommands' =&gt; '\\StructType\\SO302000DocumentDetailsServiceCommands',
            'SO302000Allocations' =&gt; '\\StructType\\SO302000Allocations',
            'SO302000AllocationsServiceCommands' =&gt; '\\StructType\\SO302000AllocationsServiceCommands',
            'SO302000ShippingSettingsShipToInfo' =&gt; '\\StructType\\SO302000ShippingSettingsShipToInfo',
            'SO302000ShippingSettingsShipToInfoServiceCommands' =&gt; '\\StructType\\SO302000ShippingSettingsShipToInfoServiceCommands',
            'SO302000ShippingSettingsShipToInfoOverrideContact' =&gt; '\\StructType\\SO302000ShippingSettingsShipToInfoOverrideContact',
            'SO302000ShippingSettingsShipToInfoOverrideContactServiceCommands' =&gt; '\\StructType\\SO302000ShippingSettingsShipToInfoOverrideContactServiceCommands',
            'SO302000Orders' =&gt; '\\StructType\\SO302000Orders',
            'SO302000OrdersServiceCommands' =&gt; '\\StructType\\SO302000OrdersServiceCommands',
            'SO302000Packages' =&gt; '\\StructType\\SO302000Packages',
            'SO302000PackagesServiceCommands' =&gt; '\\StructType\\SO302000PackagesServiceCommands',
            'SO302000ShippingSettingsShippingInformationRateSelection' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformationRateSelection',
            'SO302000ShippingSettingsShippingInformationRateSelectionServiceCommands' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformationRateSelectionServiceCommands',
            'SO302000ShippingSettingsShippingInformationRateSelectionCurrencyUnitEquivalents' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformationRateSelectionCurrencyUnitEquivalents',
            'SO302000ShippingSettingsShippingInformationRateSelectionCurrencyUnitEquivalentsServiceCommands' =&gt; '\\StructType\\SO302000ShippingSettingsShippingInformationRateSelectionCurrencyUnitEquivalentsServiceCommands',
            'SO302000AddSalesOrderOperation' =&gt; '\\StructType\\SO302000AddSalesOrderOperation',
            'SO302000AddSalesOrderOperationServiceCommands' =&gt; '\\StructType\\SO302000AddSalesOrderOperationServiceCommands',
            'SO302000AddSalesOrder' =&gt; '\\StructType\\SO302000AddSalesOrder',
            'SO302000AddSalesOrderServiceCommands' =&gt; '\\StructType\\SO302000AddSalesOrderServiceCommands',
            'SO302000AllocationsUnassignedQty' =&gt; '\\StructType\\SO302000AllocationsUnassignedQty',
            'SO302000AllocationsUnassignedQtyServiceCommands' =&gt; '\\StructType\\SO302000AllocationsUnassignedQtyServiceCommands',
            'SO302000PrimaryKey' =&gt; '\\StructType\\SO302000PrimaryKey',
            'SO302000Clear' =&gt; '\\StructType\\SO302000Clear',
            'SO302000ClearResponse' =&gt; '\\StructType\\SO302000ClearResponse',
            'SO302000GetProcessStatus' =&gt; '\\StructType\\SO302000GetProcessStatus',
            'SO302000GetProcessStatusResponse' =&gt; '\\StructType\\SO302000GetProcessStatusResponse',
            'SO302000GetSchema' =&gt; '\\StructType\\SO302000GetSchema',
            'SO302000GetSchemaResponse' =&gt; '\\StructType\\SO302000GetSchemaResponse',
            'SO302000SetSchema' =&gt; '\\StructType\\SO302000SetSchema',
            'SO302000SetSchemaResponse' =&gt; '\\StructType\\SO302000SetSchemaResponse',
            'SO302000Export' =&gt; '\\StructType\\SO302000Export',
            'SO302000ExportResponse' =&gt; '\\StructType\\SO302000ExportResponse',
            'SO302000Import' =&gt; '\\StructType\\SO302000Import',
            'SO302000ImportResponse' =&gt; '\\StructType\\SO302000ImportResponse',
            'SO302000ImportResult' =&gt; '\\StructType\\SO302000ImportResult',
            'SO302000ArrayOfImportResult' =&gt; '\\ArrayType\\SO302000ArrayOfImportResult',
            'SO302000Submit' =&gt; '\\StructType\\SO302000Submit',
            'SO302000ArrayOfContent' =&gt; '\\ArrayType\\SO302000ArrayOfContent',
            'SO302000SubmitResponse' =&gt; '\\StructType\\SO302000SubmitResponse',
        );
    }
}
</pre></body></html>