You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/integrate-ims-apps-ibm-mainframe.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,30 @@ This article describes the following aspects about the IMS connector:
24
24
* Prerequisites and setup for using the IMS connector
25
25
* Steps for adding IMS connector actions to your Standard logic app workflow
26
26
27
+
## Explore the IMS connector and usage scenarios
28
+
29
+
IMS systems were one of the first mission-critical systems to run on mainframes. Microsoft [Host Integration Server (HIS)](/host-integration-server/what-is-his) provides connectivity to IMS systems by following two models: IMS Connect and APPC LU6.2. Customers have used the HIS Transaction Integrator to integrate their IMS systems with Windows on-premises for many years. The **IMS Program Call** connector uses the IMS Connect model to interact with IMS transaction programs through TCP/IP.
30
+
31
+
The following diagram shows how the IMS connector interacts with an IBM mainframe system:
32
+
33
+
:::image type="content" source="media/integrate-ims-apps-ibm-mainframe/ims-connector-overview.png" alt-text="Conceptual diagram shows how the IMS Program Call connector works with IBM mainframe system." lightbox="media/integrate-ims-apps-ibm-mainframe/ims-connector-overview.png":::
34
+
35
+
To extend these hybrid cloud scenarios, the IMS connector in a Standard workflow works with the [HIS Designer for Logic Apps](/host-integration-server/core/application-integration-ladesigner-2), which you can use to create a *program definition* or *program map* of the mainframe transaction program. For this task, the HIS Designer converts that information into metadata that the IMS connector uses when running an action in your workflow.
36
+
37
+
After you generate the metadata file as a Host Integration Designer XML (HIDX) file from the HIS Designer, you can add that file as a map artifact to your Standard logic app resource. That way, your workflow can access your app's metadata when you add an IMS connector action. The connector reads the metadata file from your logic app resource, and dynamically presents the parameters to use with the IMS connector in your workflow. You can then provide parameters to the host application, and the connector returns the results to your workflow. As a result, you can integrate your legacy apps with Azure, Microsoft, other apps, services, and systems that Azure Logic Apps supports.
38
+
39
+
## Review connector technical reference
40
+
41
+
Currently, one operation is available for the IMS connector: **Call an IMS program**. The following table summarizes the usage for this action:
42
+
43
+
| Parameter | Required | Type | Description |
44
+
|-----------|----------|-------|-------------|
45
+
|**HIDX Name**| Yes | String | Select the IMS HIDX file that you want to use. |
46
+
|**Method Name**| Yes | String | Select the method in the HIDX file that you want to use. |
47
+
|**Advanced parameters**| No | Varies | This list appears after you select a method so that you can add other parameters to use with the selected method. The available parameters vary based on your HIDX file and the method that you select. |
48
+
49
+
This operation also includes advanced parameters, which appear after you select a method, for you to select and use with the selected method. These parameters vary based on your HIDX file and the method that you select.
50
+
27
51
## Prerequisites
28
52
29
53
* An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -48,30 +72,6 @@ This article describes the following aspects about the IMS connector:
48
72
49
73
Currently, the IMS connector requires that you upload your HIDX file directly to your Standard logic app resource, not an integration account.
50
74
51
-
## Explore the IMS connector and usage scenarios
52
-
53
-
IMS systems were one of the first mission-critical systems to run on mainframes. Microsoft [Host Integration Server (HIS)](/host-integration-server/what-is-his) provides connectivity to IMS systems by following two models: IMS Connect and APPC LU6.2. Customers have used the HIS Transaction Integrator to integrate their IMS systems with Windows on-premises for many years. The **IMS Program Call** connector uses the IMS Connect model to interact with IMS transaction programs through TCP/IP.
54
-
55
-
The following diagram shows how the IMS connector interacts with an IBM mainframe system:
56
-
57
-
:::image type="content" source="media/integrate-ims-apps-ibm-mainframe/ims-connector-overview.png" alt-text="Conceptual diagram shows how the IMS Program Call connector works with IBM mainframe system." lightbox="media/integrate-ims-apps-ibm-mainframe/ims-connector-overview.png":::
58
-
59
-
To extend these hybrid cloud scenarios, the IMS connector in a Standard workflow works with the [HIS Designer for Logic Apps](/host-integration-server/core/application-integration-ladesigner-2), which you can use to create a *program definition* or *program map* of the mainframe transaction program. For this task, the HIS Designer converts that information into metadata that the IMS connector uses when running an action in your workflow.
60
-
61
-
After you generate the metadata file as a Host Integration Designer XML (HIDX) file from the HIS Designer, you can add that file as a map artifact to your Standard logic app resource. That way, your workflow can access your app's metadata when you add an IMS connector action. The connector reads the metadata file from your logic app resource, and dynamically presents the parameters to use with the IMS connector in your workflow. You can then provide parameters to the host application, and the connector returns the results to your workflow. As a result, you can integrate your legacy apps with Azure, Microsoft, other apps, services, and systems that Azure Logic Apps supports.
62
-
63
-
## Review the technical reference
64
-
65
-
Currently, one operation is available for the IMS connector: **Call an IMS program**. The following table summarizes the usage for this action:
66
-
67
-
| Parameter | Required | Type | Description |
68
-
|-----------|----------|-------|-------------|
69
-
|**HIDX Name**| Yes | String | Select the IMS HIDX file that you want to use. |
70
-
|**Method Name**| Yes | String | Select the method in the HIDX file that you want to use. |
71
-
|**Advanced parameters**| No | Varies | This list appears after you select a method so that you can add other parameters to use with the selected method. The available parameters vary based on your HIDX file and the method that you select. |
72
-
73
-
This operation also includes advanced parameters, which appear after you select a method, for you to select and use with the selected method. These parameters vary based on your HIDX file and the method that you select.
74
-
75
75
## Define and generate metadata
76
76
77
77
After you download and install the HIS Designer for Azure Logic Apps, follow [these steps to generate the HIDX file from the metadata artifact](/host-integration-server/core/application-integration-lahostapps).
@@ -90,7 +90,7 @@ Later in this article, when you add an **IMS Program Call** connector action to
90
90
91
91
## Add an IMS action
92
92
93
-
Follow these steps to add an IMS action:
93
+
Follow these steps to add an IMS action and configure the necessary parameters:
94
94
95
95
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow in the designer.
96
96
@@ -149,7 +149,7 @@ Follow these steps to add an IMS action:
149
149
150
150
## Test your workflow
151
151
152
-
Follow these steps and test your workflow:
152
+
Follow these steps to check your workflow and confirm the outputs:
153
153
154
154
1. To run your workflow, on the designer toolbar, select **Run** > **Run**.
0 commit comments