aspose file tools
The moose likes Web Services and the fly likes javax.xml.soap.SOAPException: java.net.ConnectException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "javax.xml.soap.SOAPException: java.net.ConnectException" Watch "javax.xml.soap.SOAPException: java.net.ConnectException" New topic
Author

javax.xml.soap.SOAPException: java.net.ConnectException

sam tags
Greenhorn

Joined: Nov 26, 2009
Posts: 1
Hi All,

I am making a SOAP call in my code as shown inline :

javax.xml.soap.SOAPConnection connection = getSOAPConnection() {getSOAPConnection is private method where i am opening a soap connection using SOAPConnectionFactoryImpl)

connection.call(soapRequest, wsdlUrl)

I believe as a call is made onto a created connection, at first handshaking happens with the WebService Exposed. I wish to know if there is any way to configure the timeout for handshaking? If not then what is the default handshaking trial timeout?

Thanks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: javax.xml.soap.SOAPException: java.net.ConnectException
 
Similar Threads
java.net.connection exception in weblogic 9.2
Connection pool InactiveconnectionTimeout value
URL and HTTPS
10 g App Server versus Weblogic versus Websphere
Set soap time-out