The Execute function performs a function of the web service.
The function name and parameters of the function must be specified. The return value of Execute is the return value of the web service function. If the service function does not return a value, the return value of Execute is NoValue.
Syntax | ||||
Execute(ServiceFunction, [Parameter1] [, Parameter2] [, …]) | ||||
Return value | ||||
Variant | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
ServiceFunction |
String |
ByVal |
The name of the service function |
Optional |
Parameter 1..n |
Variant |
ByRef |
Parameters expected from the web service function |