Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Under the Services Node the definitions for how to handle incoming traffic are created. There are seven different service types that are processed by the HIP runtime.
- ELM Link - Incoming TCP/IP Call
- ELM User Data - Incoming TCP/IP Call
- HTTP - Incoming http call
- SNA Link - Incoming APPC Link to program call from CICS on a mainframe
- SNA Endpoint - Incoming APPC program call from a mainframe
- SNA User Data - Incoming APPC program call from a mainframe
- TRM Link - Incoming TCP/IP call
Each of the service types have parameters available to identify incoming requests and how to process those requests.
All service types include the following:
- Service Name - default is (service type name)1
- Assembly Path - the location where the implementing and metadata assemblies are kept
- Hosts - the host environment(s) for allowed incoming calls - as defined under TCP Host Environments or SNA Host Environments
Other parameters are available depending upon the service type:
- Request Header Format - for TCP service types, default is Microsoft
- Ports - the port number(s) to listen on for incoming TCP/IP calls, separated by semi colons
- Local LU Name - for incoming APPC calls, the Local LU Name as defined in the SNA Manager
When the service type is configured, there is a node available named Resolution Entries. This is where the configuration is done to determine from the incoming data what customer HIP Method will be called. Right-click Resolution Entries and the Add Host-Initiated Processing Resolution Entry window will appear. The methods available in assemblies located in the Assembly Path of the service can be selected. For each of the service types there are various Resolution Criteria options that are available.