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

SoapParamDef

A tSoapParamDef variable.

ValueTree

A tValueTree variable.

 

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 of instantiating struct types.