Web Service Task Editor (Input Page)

Use the Input page of the Web Service Task Editor dialog box to specify the Web Service, the Web method, and the values to provide to the Web method as input. The values can be provided either by typing strings directly in the Value column, or by selecting variables in the Value column.

To learn about this task, see Web Service Task.

Options

  • Service
    Select a Web service from the list to use to execute the Web method.
  • Method
    Select a Web method from the list for the task to execute.
  • WebMethodDocumentation
    Type a description of Web method, or the click the browse button (…) and then type the description in the Web Method Documentation dialog box.
  • Name
    Lists the names of the inputs to the Web method.
  • Type
    Lists the data type of the inputs.

    Note

    The Web Service task supports parameters of the following data types only: primitive types such as integers and strings; arrays and sequences of primitive types; and enumerations.

  • Variable
    Select the check boxes to use variables to provide inputs.
  • Value
    If the Variable check-boxes are selected, select the variables in the list to provide the inputs; otherwise, type the values to use in the inputs.

See Also

Reference

Web Service Task Editor (General Page)
Web Service Task Editor (Output Page)
Expressions Page

Other Resources

Integration Services Error and Message Reference

Help and Information

Getting SQL Server 2005 Assistance

Change History

Release History

14 April 2006

New content:
  • Added information about the Variable option.