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. |