| Author |
Axis - Connection refused: connect
|
Cloey Tan
Ranch Hand
Joined: Feb 03, 2009
Posts: 60
|
|
Im trying out the axis1 example thats given inside the documentation but eneded up with the connection refused.
|
 |
Gilton Nascimento
Greenhorn
Joined: Feb 10, 2010
Posts: 1
|
|
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.
|
 |
 |
|
|
subject: Axis - Connection refused: connect
|
|
|