Element Details: Procedure.Web+Service
 Back


Available in: Logi Info Source code name: Procedure.WebService

The Procedure.WebService calls an external web service.

If the service returns any data, procedure tokens are automatically generated for each attribute value in the first row. If the returned type is XML, then tokens are generated for any root level attributes and the first row of data.

If a single value is returned then use @Procedure.ProcedureID.Value~ token to access that value. If XML is returned, you can access the values by using the @Procedure.ProcedureID.AttributeName~.

Only include one method under each Procedure.WebService.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ConnectionID
UserDefined
(Required) Specifies a connection to a data source that is defined in the Settings. For elements connecting to relational databases, default is the first Connection element in _settings.lgx.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
XPath
UserDefined
Specifies a standard XPath string that will be used to select a set of matching nodes. All of the matching nodes are then used to generate the resulting datalayer.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

If Error Web Service Method


 Back to top


 Chart Debug