How to: |
After you have created the schema(s) for any COBOL Copybook metadata, you must create a port. The port represents the processing disposition of the message from CICS. A CICS Event must have at least one port. The types of port formats that are available depends on the configuration you are connected to in iWay Explorer.
For documents derived from Copybooks, ports should accept as input (and deliver as output) documents with the appropriate schemas.
The following dispositions are available when using iWay Explorer in conjunction with an iBSP deployment.
To create an Event port for File:
The following image shows the ports node highlighted in the left pane and the Operations menu options (Add a new port and Refresh) in the right pane.
The Create New Port pane opens on the right, as shown in the following image.
When pointing iWay Explorer to an iBSP deployment, specify the destination file using the following format:
ifile://[location];errorTo=[pre-defined port name or another disposition url]
The following table lists and describes the parameters for the File disposition:
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
To create an Event port for iBSP:
The Create New Port pane opens on the right, as shown in the following image.
ibse:[svcName].[mthName];responseTo=[pre-defined port name or another disposition url];errorTo=[pre-defined port name or another disposition url]
The following table lists and describes the parameters for the iBSP disposition:
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
To create an Event port for MSMQ:
The Create New Port pane opens on the right, as shown in the following image.
msmq:/[machineName]/private$/qName;errorTo=[pre-defined port name or another disposition url]
Note: This syntax is for a private queue. Private queues are queues that are not published in Active Directory. They appear only on the local computer that contains them. Private queues are accessible only by Message Queuing applications that recognize the full path name or format name of the queue.
The following table lists and describes the parameters for the MSMQ disposition.
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
You are now ready to associate the Event port with a channel. For more information, see How to Create a Channel.
To create an Event port for JMSQ:
The Create New Port pane opens on the right, as shown in the following image.
When pointing iWay Explorer to an iBSP deployment, use the following format.
jmsq:[myQueueName]@[myQueueFac];jndiurl=[myurl]; jndifactory=[myfactory];user=[user];password=[xxx]; errorTo=[pre-defined port name or another disposition url]
The following table lists and describes the parameters for the JMSQ disposition.
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
You are now ready to associate the Event port with a channel. For more information, see How to Create a Channel.
To create an Event port for SOAP:
The Create New Port pane opens on the right, as shown in the following image.
soap:[wsdl-url];soapaction=[myaction]; method=[web service method];namespace=[namespace]; responseTo=[pre-defined port name or another disposition URL]; errorTo=[pre-defined port name or another disposition url]
The following table lists and describes the parameters for the SOAP disposition.
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the port you created.
You are now ready to associate the Event port with a channel. For more information, see How to Create a Channel.
To create an Event port for HTTP:
The Create New Port pane opens on the right, as shown in the following image.
When pointing iWay Explorer to an iBSP deployment, use the following format.
http://[myurl];responseTo=[pre-defined port name or another disposition url];
The following table lists and describes the parameters for the HTTP disposition when using an iBSP deployment.
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
You are now ready to associate the Event port with a channel. For more information, see How to Create a Channel.
To create an Event port for MQSeries:
The Create New Port pane opens on the right, as shown in the following image.
mqseries:/[qManager]/[qName];host=[hostname];port=[port]; channel=[channnelname];errorTo=[pre-defined port name or another disposition url]
The following table lists and describes the parameters for the MQ Series disposition.
|
The port appears under the ports node in the left pane. In the right pane, a table appears that summarizes the information associated with the Event port you created.
To edit an Event port:
The Edit Port dialog box opens.
To delete an Event port:
A confirmation dialog box opens.
The Event port disappears from the list in the left pane.