Hi OlaBerggren
Thanks for your reply.
As per you have suggested, I have looked at the output for Code generation and found below part and this is the first occurance of icx_ticket values from server
=========================================================================================
****** Request Header For Transaction With Id 456 ******
GET /OA_HTML/RF.jsp?function_id=109&resp_id=20420&resp_appl_id=1&security_group_id=0&lang_code=US&oas=g-sTAPQev6e8lu2vNPm-5A.. HTTP/1.1
Host: xxx.yyy.net:8000
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://xxx.yyy.net:8090/OA_HTML/OA.jsp?OAFunc=OANEWHOMEPAGE
Cookie: VIS=rzyi6JBE6Zkjvg7wK5rk18nGhC; JSESSIONID=K-R4Fwy_ZDaoiYIOKWJmNDUEPczT91Mslf0g6FdWL0QR3nriPPRZ!1585659689; oracle.uix=0^^GMT+10:00^p
Connection: keep-alive
$$$$$$ Request Header For Transaction With Id 456 Ended $$$$$$
****** Response Header For Transaction With Id 456 ******
HTTP/1.1 302 Moved Temporarily
Date: Thu, 11 Aug 2016 05:33:24 GMT
Server:
Location: http://xxx.yyy.net:8000/forms/frmservlet?...gp15=icx_ticket&gv15=sa7Lb1irIdTx_GMAKfMU8w..&gp2=resp_app&gv2=....
X-ORACLE-DMS-ECID: 005ESKQo4HW7i4WFLzvH8A0001Mj00002a
X-Frame-Options: SAMEORIGIN
Keep-Alive: timeout=15
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Content-Language: en
$$$$$$ Response Header For Transaction With Id 456 Ended $$$$$$
=========================================================================================
So I put below in the script
web_reg_save_param_ex("ParamName=icx_ticket","LB/IC=icx_ticket&gv15=","RB/IC=&gp2=resp_app&gv2=",SEARCH_FILTERS,"Scope=Headers","RequestUrl=*/RF.jsp*",LAST);
web_url("frmservlet",
"URL=http://xxx.yyy.net:8000/forms/frmservlet?...icx_ticket=%27.{icx_ticket}%27+resp=...",
"Resource=0",
"RecContentType=text/html",
"Referer=http://xxx.yyy.net:8000/forms/frmservlet?...&gp15=icx_ticket&gv15={icx_ticket}&gp2=resp_app&gv2...",
"Snapshot=t15.inf",
"Mode=HTML",
EXTRARES,
"URL=../OA_JAVA/oracle/forms/registry/Registry.dat", ENDITEM,
"URL=../OA_JAVA/oracle/apps/fnd/formsClient/OracleApplications.dat", ENDITEM,
"URL=../OA_JAVA/oracle/apps/fnd/jar/fndlist.jar", ENDITEM,
LAST);
However I'm still getting below error.
Action.c(208): Error -35061: No match found for the requested parameter "icx_ticket".
Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 8192000 bytes.
The total length of the response is 307752 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size. [MsgId: MERR-35061]
Please advise and thanks in advance
Cheers,
Jason