Chapter 9 .NET Client Support


Overview

Client applications created with Microsoft's .NET framework can access Web services hosted in EAServer; wsdl.exe generates the required client side proxy from the WSDL document created on EAServer. The C# (pronounced "C-sharp") compiler csc.exe compiles the client executable program that accesses the Web service through the client-side proxy.

The example in this section describes the steps for creating both the server-side Web service and client-side proxy and executable program. For more information about .NET, go to Microsoft's .NET Web site .

Note   Only primitive datatypes are supported as Web services accessible by .NET clients, not user-defined datatypes. See Chapter 7, "Selecting an EAServer Component for Your Web Service" for a list of supported datatypes.

 


Copyright © 2002 Sybase, Inc. All rights reserved.