Try to use this code to register your WebService:
->
java org.apache.axis.client.AdminClient deploy.wsdd
But, in case the port you're trying to register into the server isn't 8080, use this one below:
->
java org.apache.axis.client.AdminClient -p 80 deploy.wsdd
Where
-p is the command to set the server port.