This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am using a belkin wireless routher connecting to the testwest broadband modem. Now when ever i run this java proxy i get java.net.ConnectException : Connection refused: connect..
Please help I am struct..
SCJP, SCWCD, SCBCD, SCEA 5
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
What makes you think that port 5049 on that machine is open?
Hello thanks for your reply, But actually I am trying to run the echo examples of samples. The url mentioned as end point is as is
Please can you help.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
What I meant by that is: while the machine nagoya.apache.org exists and is up and running, there is nothing running on port 5049. The URL is meant as an example of how an endpoint URL may look like, not as a sample service to be used for testing your service. You should replace it with a URL pointing to localhost or whatever your development machine is. [ October 30, 2005: Message edited by: Ulf Dittmer ]
Mohamed Farouk
Ranch Hand
Joined: Jun 08, 2005
Posts: 242
posted
0
Hello Friend Thanks for your reply, Understand that i should change the URL to the local URL where the service is deployed. Now if you look in axis/samples/userguide/example1 there is only a testclient and no service is available for deployment so even if i change the URL to local i dont think it will work as i have not locally deployed any service. So what should I do to get this working? Thanks for all your help really appreciate that
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
The files implementing the service are in the samples\echo directory. The readme file explains what to do with them.