webMethods Microsoft Package 9.0 | webMethods Package for Microsoft .NET Documentation | webMethods Package for Microsoft .NET Client API Programmer’s Documentation | Invoking a Service using Java Client API from Designer | Generating a C# Client Code from Designer | List Packages to be Used (IData)
 
List Packages to be Used (IData)
The first stage of the code sample contains using statements that specify the .NET packages to be used:
using System;
using webMethods.ClientAPI;
using webMethods.ClientAPI.Data;