XMLHandle

See Also: Declaring Variables, cWebService

 

Purpose

XMLHandle a special type used only in web services that indicates that the data is passed as XML. See Supported Data-types in Server Web Services for more information on how to use XMLHandle.

 

Syntax

Use Flexml.pkg

:

XMLHandle {variableName}

 

Declaring variables

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

XMLHandle CustomerList

.