cancel
Showing results for 
Search instead for 
Did you mean: 

how to create webservice for EJB 2.0 on Netweaver 7.1

Former Member
0 Kudos

Hi All

how to create webservice for EJB 2.0 on Netweaver 7.1

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

If you want to create webservice for EJB 2.0 on Netweaver 7.1

We will have to create EJB Module Project first.

Do the Java coding in ejb.

We can create the Webservice . By right Clicking on the Webservice there is a option Create Web Service Under the new option .

To Create a Web servicce we also need Enterprise Applicaton Module . While Creating The Ear it will ask for a Ejb Project.

While Creating the Webservice it will ask for the Ear Name.

Build Both The Project And Then deploy the Ear on J2EE Engine .

Then you will get the Web Service on the Server you deployed .