Accessing Stateless EJB from .NET  Locate

Overview  Locate

This demo shows how to access stateless session beans from a .NET client. This stateless EJB contains a method that takes an array of structures and returns an int.

Demo Package Description  Locate

In addition to the files described in Files and Directories, this demo contains:

File or directoryDescription
src\client\

C# client source code

Prerequisites and Preparatory Steps  Locate

The following list outlines the software and service packs that you will need to be able to compile and run the CSharp client:

  • Microsoft .NET Framework and .NET Framework SDK

In addition, you will need SESJ deployed together with demo EJBs in an application server. You will also need to execute the ejbWebService demo before you can run this demo. See the "Porting SESJ" chapter of the documentation for further informations.

Building and Running Demos  Locate

  1. Change directory to:

    %WASP_HOME%\demo\interop\msInterop\j2ee\statelessEjb
    
  2. Make the client by typing "run.bat make_client".

  3. Run the client by typing "run.bat run_client".