I did it recently while running CICS TS V2.2 . It is very simple . I am using the 3270 Bridge facility .
Sorry as this thext is translated from French !
1) Put as favourite the following URL :

ort/converter/alias/program/transaction
hostname = Machine IP Address or Machine alias OS/390
(ex 10.126.196.166 ou LPAR)
port = spécifid at resource level ( TCPIPservice RDO)
Converter = default is cics
Alias = default is cwba
Program = default dfhwbtta (CICS Web Interface Terminal Translation Application )
Transaction = your user transaction
Check IP address of your machine entering following :
command : /D TCPIP,,N,CONN
: /D TCPIP,,N,HOME
2) Add the following in your SIT
TCPIP=YES,
IIOPLISTENER=YES,
3) Add the following RDO definition in any Grouplist
or create a dedicated one as MYWEB for exemple
TCpipservice : HTTPNSSL
GROup :
MYWEB
DEscription : CICS WEB TCPIPSERVICE WITH NO SSL SUPPORT (DFHWBADX=defaut Analyzer)
Urm : DFH$WBSA === CICS Web Interface Signon screen (Security Analyzer)
POrtnumber : 01421 (your port) 1-65535
STatus : Open Open ! Closed
PRotocol : Http Iiop ! Http ! Eci
TRansaction : CWXN
Backlog : 00005 0-32767
TSqprefix :
Ipaddress :
SOcketclose : 000000 No ! 0-240000 (HHMMSS)
SECURITY
SSl : No Yes ! No ! Clientauth
Certificate :
AUthenticate : No No ! Basic ! Certificate ! AUTORegister ! AUTOMatic
DOctemplate : GTBS015A
Group : MYWEB
DEscription : DEMO WINGS
FULL TEMPLATE NAME
TEmplatename : GTBS015A
ASSOCIATED CICS RESOURCE
File :
TSqueue :
TDqueue :
Program :
Exitpgm :
PARTITIONED DATA SET
DDname : DFHUHTML in you CICS startup Jcl . Contain the load module of new BMS
Membername : GTBS015A
TEMPLATE PROPERTIES
Appendcrlf : Yes Yes ! No
TYpe : Ebcdic Binary ! Ebcdic
Give me your E-mail address as I could attach the new BMS definition .
Or check in CICS Internet Guide (New DFHMDX Macro )
The only thing you need is to modified your BMS Source Map and re-assemble them into thedataset which is related to
DDname in the template RDO definition ..
Re-cycle CICS and it works perfectly !!
Regards ..
Francis ..