• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

From Java to WSDL

 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all !
I need to generate the WSDL for a Java Class (actually an enterprise Java Bean) because I need to expose this EJB as a Service. (I'm using Aqualogic Service Bus). How can I get the WSDL from an EJB ?
Thanks a lot
Francesco
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Francesco Marchioni:
I need to expose this EJB as a Service. (I'm using Aqualogic Service Bus).



Actually you can only expose and Stateless Session Bean (SLSB) as a web service. As you are using AquaLogic I assume that WebLogic is your Java Enterprise Edition platform. Here is a Web Logic 8.1 SLSB as a Web Service example. I'm sure that more recent versions of WebLogic will have equivalent examples. (WLS 9.2: Programming Guidelines When Implementing an EJB in Your JWS File)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic