• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

EJB 3 as web service

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

Please guide me on how to expose EJB3 as a web service?

My enviornment is

WAS(Web sphere application Server) -6.1.0.17
RAD-7.0.0.5

I am using JAX-WS for creating web service.

I have installed Web service feature pack for both JAX-WS and EJB3.

Any guide lines on how to do that or any link may be helpfull.

What I have learned is, " it is not possible to expose EJB3 session bean as web service". The service need to be invoked using a wrapper class.

Please correct me if I am wrong.

Thanks in advance.

Thanks & Regards,
Santhosh Karuppiah.
 
reply
    Bookmark Topic Watch Topic
  • New Topic