Validate XML in an Assign Activity

In an assign activity in Oracle BPEL Designer:

  1. From the BPEL Constructs section of the Components window, drag an Assign activity into the designer.

  2. Double-click the Assign activity.

  3. In the General tab, enter a name for the activity and select the Validate check box.

  4. Click Apply, then OK.

  5. Click the Source tab to view the syntax. The syntax for validating XML data with the assign activity is slightly different between BPEL versions 1.1 and 2.0.

    <assign name="Assign1" validate="yes">
     . . .
    </assign>