This Natural profile parameter is used to activate/deactivate the
statements REQUEST
DOCUMENT
and PARSE
XML
.
This profile parameter corresponds to the
NTXML
macro
in the parameter module NATPARM
.
Note:
As a prerequisite for using the XML
profile
parameter, the profile parameter CFICU
must be set to
CFICU=ON
.
See also Statements for Internet and XML Access in the Programming Guide.
Possible settings | ON |
Enable XML support according to the
subparameter settings
below.
For the |
---|---|---|
OFF |
Disable XML support. Any subparameter settings are ignored. | |
See Keyword Subparameters below. | In addition, the following keyword subparameters
are available:
|
|
Default setting | OFF |
|
Dynamic specification | yes | The parameter XML can only be specified
dynamically. In NATPARM , use the macro
NTXML .
|
Specification within session | no |
The following topics are covered below:
The XML
parameter is specified as follows:
XML= | ( |
ON |
,keyword_subparameter1=value,keyword_subparameter2=value,...) |
For names and values of keyword_subparameters, see Keyword Subparameters below.
The NTXML
macro is specified as follows:
....+....1....+....2....+....3....+....4....+....5....+....6....+....7.. NTXML ON/OFF * RDOC=ON/OFF, * PARSE=ON/OFF, * RDCP=code-page-name, * RDP=url, * RDPPORT=port-number, * RDPS=url, * RDSPORT=port-number, * RDNOP=domain-name
Note:
The keyword subparameters RDPPORT
and
RDPS
are currently for z/OS only.
RDOC
|
PARSE
|
RDCP
|
RDP
|
RDPPORT
|
RDPS
|
RDSPORT
|
RDNOP
Possible values are:
ON |
Use of the REQUEST
DOCUMENT statement is supported.
|
OFF |
Use of the REQUEST DOCUMENT statement is not
supported. This is the default value.
|
Possible values are:
ON |
Use of the PARSE
XML statement is supported.
|
OFF |
Use of the PARSE XML statement is not supported.
This is the default value.
|
Specifies the default code page which is assumed if
operand15
in the REQUEST
DOCUMENT
statement contains only spaces.
Possible values | code-page-name |
Default value | ISO 8859-1:1987 |
Specifies the URL of the proxy server through which all internet (not intranet) HTTP requests have to be routed.
Possible values | url |
Default value | OFF |
Blanks are not allowed. The value OFF
means that no URL is
defined.
Specifies the port number of the proxy, if any is set.
Possible values | 0 - 65535 |
Default value | 80 |
Specifies the URL of the SSL proxy server through which all internet (not intranet) HTTPS requests have to be routed.
Note:
This keyword subparameter is currently for z/OS only.
Possible values | url |
Default value | OFF |
Blanks are not allowed. The value OFF
means that no URL is
defined.
Specifies the port number of the SSL proxy, if any is set.
Note:
This keyword subparameter is currently for z/OS only.
Possible values | 0 - 65535 |
Default value | 443 |
Specifies local domain(s) which are to be addressed directly, not via the proxy.
Possible values | domain-name(s) |
Default value | OFF |
Blanks are not allowed. The value OFF
means that no URL is
defined.
Wildcard notation for prefixes can only be used in the form
*.xxx
and not in the form
.xxx
.
Multiple entries are separated by a semicolon.
NTXML ON,RDP=HTTPPROXY.MYCOMPANY.COM,RDPPORT=8080,RDPS=SSLPROXY.MYCOMPANY.COM,RDSPORT=443,RDNOP=*.MYCOMPANY.COM,RDOC=ON,PARSE=ON
Note:
The keyword subparameters RDPPORT
and
RDPS
are currently for z/OS only.
XML=(ON,RDP='HTTPPROXY.MYCOMPANY.COM',RDPPORT=8080,RDPS=’SSLPROXY.MYCOMPANY.COM’,RDSPORT=443,RDNOP='*.MYCOMPANY.COM',RDOC=ON,PARSE=ON)
Note:
The keyword subparameters RDPPORT
and
RDPS
are currently for z/OS only.