
242 WebSphere and .NET Coexistence
Once the service pack is installed, you will find several code examples for using
the MQ Classes for .NET in the following directory:
<WebSphere_MQ_Root>\Tools\dotnet\
Under this folder, there is a samples directory as well as some documentation for
the classes. Launch the DotNetClasses.chm file to find this documentation. The
documentation provides a simple and concise reference for the classes
supported and how they are intended to be utilized. Samples are provided for all
basic operations possible using the classes.
5.2.3 .NET consumer to WebSphere service provider
This section describes an implementation of ...