Try OpenEdge Now
skip to main content
Web Services
Developing a .NET Client to Consume OpenEdge SOAP Web Services : Creating the VB.NET client interface : Sample ABL and VB.NET interface method prototypes : External procedure passing a TABLE-HANDLE parameter
 
External procedure passing a TABLE-HANDLE parameter
*ABL:
/* DynTT.p */

DEFINE INPUT-OUTPUT PARAMETER TABLE-HANDLE ttHandle.
*VB.NET RPC/Encoded method:
Public Sub DynTT(ByRef ttHandle As Object)
*VB.NET Doc/Lit and RPC/Literal method:
Public Function DynTT(ByRef ttHandle As System.Xml.XmlElement) As String