Interview Questions

Can I use a JavaBeans component to implement a Web service using SOAP Java Message Service (JMS) invocation?

SOAP Interview Questions and Answers


(Continued from previous question...)

Can I use a JavaBeans component to implement a Web service using SOAP Java Message Service (JMS) invocation?

The SOAP and JMS support uses message-driven beans (MDB) to implement the JMS endpoint. You can use MDBs in the Enterprise JavaBeans (EJB) container and delegate to an enterprise bean. If you want to use a JavaBeans implementation instead of an enterprise bean to implement the service endpoint, you must create a facade enterprise bean that delegates to the JavaBeans implementation.

(Continued on next question...)

Other Interview Questions