Using the File Binding Component

ProcedureTo Add an Assign Activity to the BPEL Process

  1. From the Palette window, in the Basic Activities section, select Assign and drag and drop it the prompt between the Receive1 activity and the Invoke1 activity in the process box on the design view canvas.

    The Assign1 activity is added to the design view canvas.

    Adding Assign Activity
  2. Select the Assign1 activity and click the Mapper button on the editors toolbar.

    The BPEL Mapper appears.

  3. Map the part1 node under Variables -> PollIn1 in the Output pane of the BPEL Mapper, to the part1 node under Variables -> WriteIn1 in the Input pane of the Mapper.

    To do this, select the part1 node in the Output pane, and drag your cursor to the part1 node in the Input pane.

    Mapping Part1 to Part1

    This assignment copies the input statement into the output.

  4. Click the Save All icon on the IDE toolbar.