Index: AXimpl/AifMessage/RequestGeneratorConfig.cls.xml =================================================================== diff -u -r37941 -r37965 --- AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 37941) +++ AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 37965) @@ -13,7 +13,7 @@ quit:Request.Command="Customer/UpdatePart2" ##class(AXimpl.AifMessage.Converter.CustomerUpdatePart2Converter).%New() quit:Request.Command="SalesInvoice/Create" ##class(AXimpl.AifMessage.Converter.SalesInvoiceConverter).%New() quit:Request.Command="PurchaseInvoice/Create" ##class(AXimpl.AifMessage.Converter.PurchaseInvoiceConverter).%New() - quit:Request.Command="Crm/Customer/Update" ##class(AXimpl.BizTalkMessage.Converter.CustomerConverter).%New() + quit:Request.Command="Crm/Customer" ##class(AXimpl.BizTalkMessage.Converter.CustomerConverter).%New() do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]> @@ -29,7 +29,7 @@ quit:Request.Command="Customer/UpdatePart2" "http://schemas.microsoft.com/dynamics/2008/01/services/CustomerService/update" quit:Request.Command="SalesInvoice/Create" "http://schemas.microsoft.com/dynamics/2008/01/services/GeneralJournalService/create" quit:Request.Command="PurchaseInvoice/Create" "http://schemas.microsoft.com/dynamics/2008/01/services/GeneralJournalService/create" - quit:Request.Command="Crm/Customer/Update" "CrmCustomerUpdate" + quit:Request.Command="Crm/Customer" "CrmCustomerUpdate" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]> @@ -45,7 +45,7 @@ quit:Request.Command="Customer/UpdatePart2" "Customer/Create" quit:Request.Command="SalesInvoice/Create" "SalesInvoice/Create" quit:Request.Command="PurchaseInvoice/Create" "PurchaseInvoice/Create" - quit:Request.Command="Crm/Customer/Update" "Customer" + quit:Request.Command="Crm/Customer" "Crm/Customer" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]>