QAPP0100 Required Parameter Group:
1 Operation-specific parameter
(optional) Input Char(*)
2 Length of operation-specific
parameter content Input Binary(4)
3 Client IP address Input Char(15)
4 CCSID Input Binary(4)
5 Allow operation Output Char(1)
6 User profile Output Char(10)
7 Password Output Char(10)
8 Current library Output Char(10)
9 Program to call Output Char(10)
10 Initial menu Output Char(10)
11 Session end URL Output Char(300)
Descriptions of Required Parameters for the WSG Exit Point Interface(QAPP0100)
Here are the descriptions of the required parameters for the WSG exit point
interface (QAPP0100).
Op_specific_parm
INPUT:CHAR(*)This is information for the exit program. It appears in the URL
after the /WSG/QAPP0100? string, as follows:
http://sysnam.location.company.com:port/ WSG/QAPP0100?

op_specific_parm

Anything that follows the /WSG/QAPP0100? string is passed as an
operation-specific parameter. This may be any kind of character string.
If no information is appended, then it is set to a NULL pointer.
Length of operation-specific parameter content
INPUT:BINARY(4)The length, in bytes, of any operation-specific parameter
content from the URL. The length is set to zero if no operation-specific
parameter is provided.
Client IP address
INPUT:CHAR(15)The Internet Protocol (IP) (dotted decimal) address of the
client, which is extracted from the connected socket information. Because this is
extracted from the connected socket, this may actually be a firewall address,
router, or other identifier,and not the actual client IP address.
CCSID
INPUT:BINARY(4)This is the EBCDIC CCSID of the data in parameter 1; it is
always CCSID 500.
Allow operation
OUTPUT:BINARY(4)Indicates whether the application should be called on
behalf of the client browser. The possible values are:
0Reject the application request from the client browser. The WSG server
ignores the user profile, password, current library, program to call, and
initial menu output parameters and sends an error reply to the client.
1Accept the application request from the client browser. The exit program
supplies the user profile, password, current library, program to call and
initial menu output parameters.
570 OS/400 TCP/IPConfiguration and Reference V4R4