Deploying axis webservice in Jboss server
Download the axis.war from http://ws.apache.org/axis/java/install.html
Put the axis.war in jboss\server\default\deploy folder.
Then deploy the webservice in the axis.war and deploy the webservice using the command,
java org.apache.axis.client.AdminClient ..\src\com\test\stubs\deploy.wsdd
then copy the server-config.wsdd file from axis.war/WEB-INF folder and put the file in your WEB-INF folder.
first deploy in axis.war and copy the server-config.wsdd file and put into your project/WEB-INF folder.


