Restriction: This topic applies only when the Enterprise Server feature is enabled.
Restriction: The Microsoft Visual Studio Shell does not support the generation of clients for service interfaces created using the IMTK. To generate clients, you must install a full version of Visual Studio.
For an EJB to access a COBOL service running on an enterprise server, you must have the EJB and a JSP client running on an application server. You now generate an EJB and a JSP client for the
ProgramEJB service you deployed and configure your JBoss application server to run them.
- From
the Solution Explorer, right-click the
ProgramEJB service interface; then click
Generate Clients.
The
Output window tells you when the client has generated successfully.
- Copy the
ProgramEJB.ear file, located in your project's
ProgramEJB.deploy directory, to your JBoss installation's
server\default\deploy directory.