Web Service Parameter Element
X-Ref:
- Ast Web Service Parameter Node
- Ast Parameter Mapping Type Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataType | DbType | This value specifies the data type of the local data that will be mapped onto the web service parameter. This is a required property | |
Name | String | This value specifies the name of the parameter that will be mapped to the target value. This is a required property | |
ParameterType | WebServiceTaskParameterType | Array | This value specifies the type of the web service parameter to which the mapped data will be converted. This is a required property |
Value | String | This value specifies the data that will be mapped into the target parameter. | |
VariableName | AstVariableBaseNode | This value specifies the variable that will be mapped into the specified web service parameter. This references an existing definiton. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |