serverID in callLink element
The linkage options part, callLink element, property serverID specifies one of the following values:
- The TCP/IP port number of a called program's listener; but only if the TCP/IP protocol is in use. In this case, no default exists.
- The ID of a CICS transaction being invoked, but only when access to CICS is by the ECI interface or Secure Socket Layer features of the CICS Transaction Gateway. In this case, the default is the CICS server system mirror transaction.
The property is used only in the following situation:
- The value of property type is ejbCall or remoteCall;
- The value of remoteComType is TCPIP, CICSECI, or CICSSSL; and
- You are generating a Java program or wrapper--
- If you are generating a Java program, property pgmName refers to a program that is called by the program being generated
- If you are generating a Java wrapper, pgmName refers to a program that is called by way of the Java wrapper
Related concepts
Linkage options part
Related tasks
Editing the callLink element of a linkage options part
Setting up the TCP/IP listener for a called appl in a J2EE appl client module
Setting up the TCP/IP listener for a called non-J2EE application
Related reference
callLink element
pgmName in callLink element
remoteComType in callLink element
type in callLink element