Last modified by Erik Bakker on 2025/02/25 16:09

From version 18.1
edited by Erik Bakker
on 2023/01/23 13:15
Change comment: There is no comment for this version
To version 19.1
edited by Erik Bakker
on 2023/01/23 13:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -27,7 +27,7 @@
27 27  2. Locate the name of the queue that interacts with Mendix web service currently in place
28 28  2. Remove the Web service components in the Mendix model
29 29  3. At the point where this web service component was called, replace it with the appropriate Java action from the Connector module. Use the queue name located in step 1
30 -4. Use the configuration items of the Java action as described in the approriate [[microlearnings>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix connectivity||target="blank"]]
30 +4. Use the configuration items of the Java action as described in the approriate [[microlearnings>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix connectivity.WebHome||target="blank"]]
31 31  6. Test if the messages are properly working
32 32  
33 33  **Key considerations**
... ... @@ -56,7 +56,7 @@
56 56   - Standard eMagiz bus exceptions are recognized and converted into Mendix exceptions.
57 57  - Improved way of working with synchronous exits and entries in combination with the import and export mapping (or the absence of them)
58 58  
59 -{{info}}Note that this is a brief description of how to migrate from 3.0.0 to a higher version of the eMagiz Mendix Connector. For a full migration path from 4.2.0 towards 5.X.0 please see this [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-420-to-500.WebHome||target="blank"]]{{/info}}
59 +{{info}}Note that this is a brief description of how to migrate from 3.0.0 to a higher version of the eMagiz Mendix Connector. For a full migration path from 4.2.0 towards 5.X.0 please see this [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-420-to-500||target="blank"]]{{/info}}
60 60  
61 61  === 5.1 Infra download, installation and starting ===
62 62