Web parameter: acceptfastinfoset

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

acceptfastinfoset

Description

When the doSOAPRequest JavaScript global method issues a request to a specified URL, you can use this parameter to keep the original behavior (value of 1) or consume Web Services with Fast Infoset (value of 0).

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

1

Possible values

1 (Keeps the original behavior)

0 (Consumes Web Services with Fast Infoset)

Example usage

<init-param>
  <param-name>acceptfastinfoset</param-name>
  <param-value>1</param-value>
</init-param>