3.1.4.28.2.1 ValidateWorkflowMarkupAndCreateSupportObjects

The ValidateWorkflowMarkupAndCreateSupportObjects element is defined as follows:

 <s:element name="ValidateWorkflowMarkupAndCreateSupportObjects" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:complexType>
       <s:sequence>
          <s:element name="workflowMarkupText" type="s:string" minOccurs="1" maxOccurs="1"/>
          <s:element name="rulesText" type="s:string" minOccurs="1" maxOccurs="1"/>
          <s:element name="configBlob" type="s:string" minOccurs="1" maxOccurs="1"/>
          <s:element name="flag" type="s:int" minOccurs="1" maxOccurs="1"/>
       </s:sequence>
    </s:complexType>
 </s:element>

workflowMarkupText: MUST contain XML-encoded workflow (2) markup to validate, in an implementation-specific<113> format.

rulesText: If not empty, contains XML-encoded markup in the format of a workflow rules file to validate. The element MUST be present, but if it is empty, the server SHOULD assume that the workflow (2) does not have any rules to validate. The format of the contents is implementation-specific.<114>

configBlob: If not empty, contains XML-encoded markup in the format of a workflow configuration file to validate. The element MUST be present, but the contents MAY be empty. The format of the contents is implementation-specific.<115>

flag: MAY<116> contain implementation-specific flags to control the behavior of the server.