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.
In addition to the files described in Files and Directories, this demo contains:
File or directory | Description |
---|---|
src\client\ | C# client source code |
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.
Change directory to:
%WASP_HOME%\demo\interop\msInterop\j2ee\statelessEjb
Make the client by typing "run.bat make_client".
Run the client by typing "run.bat run_client".