Updated:
4 December 2008
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.
-
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.
If you do not provide a value for the input, the task sets the input value to the default value for the data type that you selected. For example, if the input is an integer, the task sets the input value to 0 (zero). Similarly, if the input is a datetime data type, the task sets the input value to the earliest date that the datetime data type supports.
Reference
Web Service Task Editor (General Page)
Web Service Task Editor (Output Page)
Expressions Page
Concepts
Integration Services Error and Message Reference
Help and Information
Getting SQL Server 2008 Assistance
|
Updated content
|
|---|
|
Added information about the default value for the Value option.
|