See Also: Declaring Variables, Struct
tSoapParameter is a structured type used in web services.
Struct tSoapParameter
tSoapParamDef SoapParamDef
tValueTree ValueTree
End_Struct
SoapParamDef
A tSoapParamDef variable.
ValueTree
A tValueTree variable.
Use cClientWebService.pkg
:
tSoapParameter {variableName}
To declare tSoapParameter variables, use the name of the type (tSoapParameter) followed by the variable name.
tSoapParameter MySoapParameter
See struct variables for more details of instantiating struct types.