validate-soap-enc-array

This command specifies whether to validate elements of type SOAP-ENC:Array, which complies with the encoding rules in SOAP 1.1 Section 5.

Syntax

validate-soap-enc-array on

validate-soap-enc-array off

Parameters

on
Allows extra schema validation on elements of type SOAP-ENC:Array.
off
Disallows extra schema validation on elements of type SOAP-ENC:Array.

Guidelines

The validate-soap-enc-array command specifies whether to validate elements of type SOAP-ENC:Array, which complies with the encoding rules in SOAP 1.1 Section 5. When enabled,
  • When enabled, members of SOAP arrays are validated.
  • When enabled, attributes such as @id and @href are allowed even if they are not allowed by the schema.
  • When enabled, @href values are checked to ensure that they have a corresponding @id element.