aspose file tools
The moose likes Web Services and the fly likes Problem  in invonking webservice through HTTPS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Problem  in invonking webservice through HTTPS" Watch "Problem  in invonking webservice through HTTPS" New topic
Author

Problem in invonking webservice through HTTPS

Parameswaran Thangavel
Ranch Hand

Joined: Mar 01, 2005
Posts: 485
hi all
i am invoking a webservice over https from a local java client, the client and webservice are residing in same machine. but i am getting the connection refused exception shown below.



Did anyone came across such error
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12265
    
    1
Perhaps the connection timed out because the message from the client was never sent / or / partially sent but not completed. On the client side, are you flush()ing the output stream?

Did you get this combination working with plain HTTP before trying HTTPS?

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Problem in invonking webservice through HTTPS
 
Similar Threads
RMI problem with Localhost
Urgent help on ConnectException required..
Networked Programs that work across countries
Cannot Start RMI Server
MySQL 4.1 [java.net.ConnectException: Connection refused]