Interface for external URL

There are four modes to apply the external page with Excel Server

1) The URL for linking the 'new' report in Excel Server

http://192.168.1.1/ESWeb/externalLink/preMain.aspx?Login=Admin&Pwd=1&Verify=0&DB=ESSample&op=NewCase&RepName=%e8%ae%a2%e5%8d%95

2) The URL for linking 'Workflow' in Excel Server

http://localhost/ESWeb/externalLink/preMain.aspx?Login=Admin&Pwd=1&Verify=0&DB=ESSample&op=doWi&WiId=WI09072200014

3)The URL for linking the 'new' report in Excel Server

http://localhost/ESWeb/externalLink/preMain.aspx?Login=Admin&Pwd=1&Verify=0&DB=ESSample&op=readCase&RcId=RC07052500273

4)The URL for linking the 'new' report in Excel Server

http://localhost/ESWeb/externalLink/preMain.aspx?Login=Admin&Pwd=1&Verify=1&DB=ESSample&op=readWi&WiId=WI08012000002

กก

Public parameters:

1) 192.168.1.1 in the URL must be changed to the IP of ESWEB

2) 'Login' is the login name in system

3) Pwd is password. While Verify=1, then MD5 need to be provided for the Pwd.

4) Verify: 1---verify  0---not verify    The default value is 1

5) DB is the name of database

6) The parameters of 'op' stand for the application modes: 'New' --- NewCase     ; 

' deal with the workflow'--- doWi   'open' --- readCase  ;    

' check the completed work'--- readWi

Necessary parameters:

1) RcId = RC07052500273---The 'RcId' is necessary to be referred when 'read the report'

2) WiId = WI09072200014---The 'WiId' is necessary to be referred when 'deal with the report with workflow 

   or read the finished work in workflow'

กก

Note: The URL of external page should be the same as the one in web.config ---<add key="RequestMainURL" ="http://192.168.1.1/test/test.html" />

      Otherwise, the page will be showed up the source is incorrect.