Configuring CICS TG to accept non web service calls
CICS® TG accepts web service calls through the HTTP protocol handler.
This scenario uses a TCP protocol handler to accept ECI requests.
In the CICS TG configuration
file, define a TCP protocol handler. For example:
SECTION GATEWAY
protocol@tcp.handler=com.ibm.ctg.server.TCPHandler
protocol@tcp.parameters=port=2006;
ENDSECTION