Hello,

My question is about the features of the JBOSS-ZOAP features, so called:
+ "Automatic-Mode" for Generating Deployment Meta-Data via Java Reflection.
+ "Bootstrapping-Mode" for Reading Deployment Meta-Data.
Does it mean that I don't need to deploy manually the SOAP service that will
interact with its related EJB?
Put it another way, say I create a new EJB "myEJB", have I to create and
deploy its
SOAP service counterpart or not?
If yes, it could mean that the only thing that I have to do to access the
EJB
from a SOAP client is to write the client which will retrieve the right EJB
and on which I will invoke methods as in the normal mode, couldn't it?

By the way, what will be the equivalent of the normal client mode code below
in the
SOAP client mode?

Normal mode:
        ... myEJB = myEJBHome.findByPrimaryKey("myEJB.id");
        ... myEJB.doSomething();

ZOAP mode:
        ... ??


Thanks,

Jm


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to