Using the File Binding Component

ProcedureTo Add an Invoke Activity to the BPEL Process

  1. From the Palette window, in the Web Service section , select the Invoke activity and drag and drop it to the prompt between the Receive1 activity and the Process End activity in the process box on the design view canvas.

    A Invoke1 activity is added to the design view canvas.

    Adding Invoke Activity
  2. Click the Invoke1 activity's Edit icon.

    The Invoke1 Property Editor appears.

    Invoke Activity Property Editor
  3. On the Main tab, accept the value in the Name field. From the Partner Link drop-down list, choose PartnerLink2. The IDE populates the Operation field with write.

  4. Click the Create button next to the Input Variable Field. The New Input Variable dialog box appears. Click OK to accept the default values.

  5. Click OK to close the Invoke1 Property Editor.

    The Design view displays the new connection between PartnerLink2 and the Invoke1 in the process box.

    Connection Between PartnerLink2 and Invoke1