See Also: Declaring Variables, cWebService
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.
Use Flexml.pkg
:
XMLHandle {variableName}
To declare XMLHandle variables, use the name of the type (XMLHandle) followed by the variable name.
XMLHandle CustomerList
.