3.1.4.28 ValidateWorkflowMarkupAndCreateSupportObjects

The ValidateWorkflowMarkupAndCreateSupportObjects operation<112> causes the server to check a group of related workflow (2) files referenced by a workflow configuration file for validity and correctness, and return error information if any are found to be invalid. This process depends on the workflow (2) implementation that the server provides.

This operation is defined as follows:

 <wsdl:operation name="ValidateWorkflowMarkupAndCreateSupportObjects" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:input message="tns:ValidateWorkflowMarkupAndCreateSupportObjectsSoapIn" />
    <wsdl:output message="tns:ValidateWorkflowMarkupAndCreateSupportObjectsSoapOut" />
 </wsdl:operation>

The client sends a ValidateWorkflowMarkupAndCreateSupportObjectsSoapIn request message (section 3.1.4.28.1.1), and the server responds with a ValidateWorkflowMarkupAndCreateSupportObjectsSoapOut response message (section 3.1.4.28.1.2).