As the client connects to your Web services over an HTTP
transport you must define a TCPIPSERVICE to receive the inbound HTTP
traffic.
Procedure
Use the CEDA transaction to create a TCPIPSERVICE definition
to handle inbound HTTP requests.- Enter the following: CEDA DEF TCPIPSERVICE(EXMPPPORT)
G(EXAMPLE).
Alternatively,
you can copy the TCPIPSERVICE definition from CICS® supplied group DFH$EXWS.
- Enter the following additional attributes:
- URM(NONE)
- PORTNUMBER(port) where port is
an unused port number in your CICS system.
- PROTOCOL(HTTP)
- TRANSACTION(CWXN)
- Use the default values for all other attributes.