Using the Database Binding Component

ProcedureTo Edit the Web Service : Invoke1

  1. Click Web Service — Invoke1 and click Edit.

    This opens the Invoke1 [Invoke] - Property Editor.

  2. Select the properties from the Main tab. Select PartnerLink2 from the drop-down list.

    Select any one of the Operations from the drop-down list.

    • Insert

    • Update

    • Delete

    • Find

    • Pollrecords

    Select Operation — find from the drop-down list. The IDE fills in the Operation field.

    Invoke Property Window
  3. Follow the steps to create a new input and an output variable.

    1. Click the Create button next to the Input Variable field.

      This opens the New Input Variable dialog box.

      New Input Variable

      The Name, Type, and Scope are displayed, by default.

      You can also change the value in the Name field.

    2. Click OK to close the New Input Variable dialog box.

    3. Click the Create button next to the Output Variable field.

      This opens the New Output Variable dialog box.

      New Output Variable

      The Name, Type, and Scope are displayed, by default.

      You can also change the value in the Name field.

    4. Click OK to close the New Output Variable dialog box.


    Note –

    All the fields are populated with the assigned values.

    Select the following Variables:

    • Input Variable : FindIn

    • Output Variable : FindOut


    Find In Find Out Property Editor
  4. Click OK to close the Invoke1 [Invoke] - Property Editor.

  5. Save the project.

    Invoke Edit Find Map