Extra processing for RPC/Encoded TABLE-HANDLE parameters
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For RPC/Encoded Web services, a TABLE-HANDLE parameter is a
System.Array containing the
<DataSet> System.Xml.XmlElement. Process the array
as follows for input and output:
-
Input — Creates the
System.Arraywith theXmlElementcontaining schema and data. -
Output — Extracts the last element of the
System.Array, which is theXmlElementcontaining schema and data.
The following example shows the outlines of both procedures:
|