EDPCBRD RPC (2839)    REMOTE PROCEDURE (8994)

Name Value
NAME EDPCBRD RPC
TAG RPC
ROUTINE EDPCBRD
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
APP PROXY ALLOWED Yes
DESCRIPTION
This RPC acts as the "front controller" for the EDIS Display Board.  It 
accepts requests that are initially passed into a web server.  The RPC 
uses the parameters that are passed in to determine which command to 
execute.  The returned data is formatted as XML.  The XML structure 
varies based a what data were requested.
 
Since the Display Board runs in a "kiosk" mode, this RPC allows proxy 
user access.
INPUT PARAMETER
  • SESS
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This identifies the user and site that are passed in from the Java middle 
    tier.  In cases when the display board is running with a proxy user (in 
    kiosk mode), the SSL configuration will determine the user and site.
    
  • PARAMS
    PARAMETER TYPE:   LIST
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is a list of parameters that were passed to the Java middle tier via 
    an HTTP Post message.
    
RETURN PARAMETER DESCRIPTION
The return results are formatted as an XML document.