Exposing stateless session beans as Web services

This feature allows a stateless session bean to be invoked using standard Web services protocols, specifically XML-based web service invocations using WSDL 1.1 and SOAP 1.1 over HTTP 1.1 in conformance with the requirements of the JAX-RPC specification.

To expose a stateless session bean as a Web service, you must:

The Web service endpoint interface defines the methods in the bean that can be invoked by Web services clients. Each method in the endpoint interface describes a Web service operation to be exposed in the WSDL interface for the Web service.

The mapping of EJB methods to WSDL interface operations is based on the JAX-RPC specification. Specifically, the Bean implementation and interface must satisfy these requirements: