I am attempting to use Apache ver 2.2 SOAP to call a stateless EJB deployed
in JBOSS ver 2.2.2. The error I get back from Apache is:
Fault Code = SOAP-ENV:Server
Fault String = Error in connecting to EJB
The JBOSS log shows this:
[EmbeddedTomcatSX] In TemplateProvider.locate()
[Embed
Has anyone managed to get the ejb sample to work? If so, how did you do it?
SOAP is on doesn't contain the EJB classes, so it's not
finding the home interface class to load and invoke. You need to add your
EJB jar to the classpaht SAOP sees, I believe.
-- Jared
"Cook, Martin" <[EMAIL PROTECTED]> on 08/28/2001 11:51:51 AM
Please respond to [EMAIL
SOAP is on doesn't contain the EJB classes, so it's not
finding the home interface class to load and invoke. You need to add your
EJB jar to the classpaht SAOP sees, I believe.
-- Jared
"Cook, Martin" <[EMAIL PROTECTED]> on 08/28/2001 11:51:51 AM
Please respond to [EMAIL