• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Register web service with Axis2 deployed in JBoss

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all;
I'm new to web services. I am using JBoss 5.1 and Axis2(1.5.4). According to a tutorial I extracted Axis2.war in to the "server/default/deploy" of the JBoss and renamed the folder as "axis.war". When I started JBoss and run the url "http://localhost:8080/axis/" it displays the correct page. (So I assume Axis is deployed in JBoss correctly.)
I have a class called "ProcessTest.class" which contains web methods and now I want to register it as a web service in axis.
I found a tutorial which used Axis1.2 and in that tutorial a "WSDD" is used to register the web service.
Can anybody tell me how to register my web service in Axis2 deployed in JBoss.
Thank you...
 
"How many licks ..." - I think all of this dog's research starts with these words. Tasty tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic