Prageeth Jayasingha

Greenhorn
+ Follow
since Apr 29, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Prageeth Jayasingha

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...
12 years ago