Previous Topic: Common Tags for Web Services MethodsNext Topic: Example


The <page> and <pages> Tags

In a SOAP response, the <pages> tag represents the pages in a start request form/interaction request form. For every page in the start request form/interaction request form, there is a <page> tag under the <pages> tag.

The parameters in that page are shown under the <page> tag. The <page> tag contains an attribute name which shows the name of the page.

A corresponding tag is under <Page> for most of the types of variables in the form dataset.

Mapping between dataset variables and tags under <Page>.

Note: CA Technologies does not support ValueMaps, Object References or Arrays through Web services.

The attributes of the parameter element include:

The following appear under this node:

The <option> tag displays with the options you specify (if you specify predefined values for a parameter in a start request form/interaction request form). The isallowOtherValue attribute of <option> tag is true if the user can specify a value other than what is provided under option.