Has anyone ever tried to code EJBs to run in the JVM of the Domino Container?
Especially having problems when trying to access external SOAP services using Axis 1.1/1.0. Is there a SOAP implementation from IBM within the Java Archives shipped with Domino?
There are examples of running Web Serices from Domino agents using Axis, but you will need to add external Axis archives to your agent.I did not try to run EJB, If they are compiled in “correct” compiler version and you supply all neccessary class archives, then you probably can manage to run them.