Required parameter group
Name of Configuration
INPUT; CHAR(10)
The name of the configuration from where to retrieve the information.
The URL
INPUT; CHAR(*)
The URL to convert into a physical resource.
Length of the URL
INPUT; BINARY(4)
The length of the URL.
Path to physical resource
OUTPUT; CHAR(*)
The fully qualified path to the physical resource the web server would
serve as a result of a request of this URL.
Length of the path available
INPUT; BINARY(4)
The length of the space provided to receive the path to a physical resource.
Actual length of path
OUTPUT; BINARY(4)
The actual path to the physical resource. When the API is unable to
determine a physical resource to convert to, this server sets this value to
zero. When the size required for the path is larger than the length of the
space provided, the actual space required for the path is returned.
PATH_TRANSLATED
OUTPUT; CHAR(*)
The value of PATH_TRANSLATED.
Length of PATH_TRANSLATED available
INPUT; BINARY(4)
The length of the space provided to receive PATH_TRANSLATED.
Actual length of PATH_TRANSLATED
INPUT; BINARY(4)
The actual length of the PATH_TRANSLATED. When API is unable to
determine PATH_TRANSLATED, this value will be set to zero. When the
size required for PATH_TRANSLATED is larger than the length of the
space provided, the actual space required is returned.
QUERY_STRING
OUTPUT; CHAR(*)
The value of QUERY_STRING.
Length of QUERY_STRING available
INPUT; BINARY(4)
The length of the space provided to receive QUERY_STRING.
Actual length of QUERY_STRING
OUTPUT; BINARY(4)
Chapter2. Application Programming Interfaces 39