| 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.
|
 |
 |
|
|
subject: javax.xml.soap.SOAPException: java.net.ConnectException
|
|
|