Creating Web Services from Enterprise
JavaBeansThis process describes the needed steps and components for creating and configuring a Web service from an Enterprise JavaBean.
You have:
● Created an EJB
●
Read the section
Restrictions for WS
Endpoints.
● Created a DC component for the Web service. For more information, see The Development Process.
To create a Web service for an Enterprise JavaBean, proceed in one of the following ways:
● Choose the Web Service Quick Wizard if the Web service features – such as the transport binding, the communication type, and the security settings – are to be assigned using predefined configuration profiles.
● Choose the following procedure if you wish to make the Web service settings yourself.
○ Creating Service Collections and Service Interfaces
○ Creating and Configuring Web Services
See also:
Creating Web Services from Java Classes