Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Axis and JBOSS

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have an application deployed on JBOSS 3.2.5. I wish to make certain classes inside that particular application available as webservices.
I want to use axis for doing this. So I did the following:

a) I copied the axis jars to my WEB-INF/lib directory
b) I modified my web.xml to include the Axis servlet definitions.

I am able to get to the Axis page via my applicaton
i.e http://localhost:8080/myapplication/service
takes me to the axis services page.

So far so good.
Can anyone outline what I need to do to now expose the methods in my classes as web services and how?

I am just looking for high level pointers.

Thanks


P.S: I do not want to use JBOSS.NET or JBOSSWS.
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
register your web services using a new <service> element in server-config.wsdd $JBOSS-AXIS-WAR-HOME\WEB-INF folder and restart your jboss ... u r PMD (pretty much done) ...
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
calculator.wsdd


Deploy web service
 
reply
    Bookmark Topic Watch Topic
  • New Topic