|
web_set_max_html_param_len("20000");
web_reg_save_param("fcontent", "LB=<REPORT_RESULT_SEQNO>", "RB=</REPORT_RESULT_SEQNO>","Notfound=warning", LAST);
web_custom_request("engine2_8",
"URL=http://...../engine2/",
"Method=POST",
"Resource=1",
"RecContentType=aplication/xml",
"Referer=http://....../warehouse/reports/reports.swf",
"Body=data=%3Cenv%3AEnvelope%20xmlns%3Aenv%3D%22http%3A%2F%2Fwww%2Ew3%2Eorg%2F2003%2F05%2Fsoap%2Denvelope%22%3E%0A%20%20%3Cenv%3AHeader%3E%0A%20%20%20%20%3Cmessage%20type%3D%22queryData%22%2F%3E%0A%20%20%3C%2Fenv%3AHeader%3E%0A%20%20%3Cenv%3ABody%3E%0A%20%20%20%20%3CqueryData%3E%0A%20%20%20%20%20%20%3Ctable%3Eotc%5Fweb%5Fexecution%2Eweb%5Freport%2Equery%5Freport%5Fresults%3C%2Ftable%3E%0A%20%20%20%20%20%20%3CrowsPerPage%3E50%3C%2FrowsPerPage%3E%0A%20%20%20%20%20%20%3Cpage%3E0%3C%2Fpage%3E%0A%20%20%20%20%20%20%3CqueryDetails%3E%0A%20%20%20%20%20%20%20%20%3Cfield%20name%3D%22p%5Freport%5Ftask%5Fseqno%22%20mask%3D%221062%22%2F%3E%0A%20%20%20%20%20%20%3C%2FqueryDetails%3E%0A%20%20%20%20%3C%2FqueryData%3E%0A%20%20%3C%2Fenv%3ABody%3E%0A%3C%2Fenv%3AEnvelope%3E",
LAST);
lr_output_message("fcontent:%s",lr_eval_string("{fcontent}"));
web_set_max_html_param_len("20000");
web_reg_save_param("fcontent1", "LB=", "RB=","Notfound=warning", LAST);
web_url("engine3",
"URL=http://...../engine3/?cmd=GET_DOC&p_blob_id={fcontent}&p_proc_id=otc_web_execution.web_report.query_report",
"Resource=1",
"RecContentType=text/plain",
"Referer=http://.../warehouse/reports/reports.swf",
LAST);
lr_output_message("fcontent1:%s",lr_eval_string("{fcontent1}"));
这样可以不
[ 本帖最后由 haiquan180 于 2007-7-23 15:51 编辑 ] |
|