validate has been created by Maciej Szefler (Apr 23, 2007).

Content:

Name

<validate> – validate the values of variables against their associated XML and WSDL data definition

Synopsis

<validate variables="BPELVariableNames" standard-attributes>
   standard-elements
</validate>

throws bpel:invalidVariables


Description

The <validate> activity is used to validate the values of variables against their associated XML and WSDL data definition; if the validation fails, a fault is thrown.

-variables – comma-seperated list of variable names to validate

Faults

See Also

<assign> – provides similar functionality via the validate attribute.

Reply via email to