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
 

Creating the VB.NET client interface

The following sections describe tasks and features for creating the VB.NET client interface:
*Adding a Web reference
*Reference.vb: Web service client interface
*Reference.vb: Open Client objects
*.NET data type mapping
*Accessing parameter data
*TABLE (static temp-table) parameters
*TABLE-HANDLE (dynamic temp-table) parameters
*Sample interface object prototypes in Reference.vb
*Sample common interface method prototypes in Reference.vb
*Sample ABL and VB.NET interface method prototypes
These sections review information presented in previous sections of the manual, to provide context for understanding the VB.NET environment.
* Adding a Web reference
* Reference.vb: Web service client interface
* Reference.vb: Open Client objects
* .NET data type mapping
* Accessing parameter data
* TABLE (static temp-table) parameters
* TABLE-HANDLE (dynamic temp-table) parameters
* Sample interface object prototypes in Reference.vb
* Sample common interface method prototypes in Reference.vb
* Sample ABL and VB.NET interface method prototypes