Skip to content

tSoapParameter

See Also: Declaring Variables, Struct

Purpose

tSoapParameter is a structured type used in web services.

Type Declaration

Struct tSoapParameter
    tSoapParamDef SoapParamDef
    tValueTree     ValueTree
End_Struct

Struct Members

Syntax

Use cClientWebService.pkg

tSoapParameter {variableName}

Declaring Variables

To declare tSoapParameter variables, use the name of the type (tSoapParameter) followed by the variable name.

tSoapParameter MySoapParameter

See struct variables for more details on instantiating struct types.