This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Web Services and the fly likes  Axis - Connection refused: connect Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark " Axis - Connection refused: connect" Watch " Axis - Connection refused: connect" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis - Connection refused: connect
 
Similar Threads
(Q by S)exception faultString: java.net.ConnectException: Connection refused: connect
unable to call a web service using axis
Web services Timeout
Unable to test webservice using a client
PLEASE HELP ! Desperate : Can't connect to SOCKS proxy:Connection refused