Hi Eric,
I am getting this exception - while invoking their web services which have
enable the HTTPS -
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString:
java.net.SocketTimeoutException: Read timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:
java.net.SocketTimeoutException:
Read timed out
at
java.net.SocketInputStream.socketRead0(Native Method)
at
java.net.SocketInputStream.read (
SocketInputStream.java:129)
at com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:284)
at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:319)
at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:720)
at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:677)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
at
java.io.BufferedInputStream.fill (
BufferedInputStream.java:218)
at
java.io.BufferedInputStream.read1 (
BufferedInputStream.java:256)
at
java.io.BufferedInputStream.read (
BufferedInputStream.java:313)
at
java.io.FilterInputStream.read (
FilterInputStream.java:111)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2640)
at
com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read (
UTF8Reader.java:331)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load (
XMLEntityScanner.java:1740)
at
com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces (
XMLEntityScanner.java:1259)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(XMLDocumentScannerImpl.java:1247)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument (
XMLDocumentFragmentScannerImpl.java:368)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (
XML11Configuration.java:834)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse (
XML11Configuration.java:764)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse (
XMLParser.java:148)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse (
AbstractSAXParser.java:1242)
at
javax.xml.parsers.SAXParser.parse (
SAXParser.java:375)
at
org.apache.axis.encoding.DeserializationContext.parse (
DeserializationContext.java:227)
at
org.apache.axis.SOAPPart.getAsSOAPEnvelope (
SOAPPart.java:696)
at
org.apache.axis.Message.getSOAPEnvelope (
Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke (
MustUnderstandChecker.java:62)
at
org.apache.axis.client.AxisClient.invoke (
AxisClient.java:206)
at
org.apache.axis.client.Call.invokeEngine (
Call.java:2784)
at
org.apache.axis.client.Call.invoke (
Call.java:2767)
at
org.apache.axis.client.Call.invoke (
Call.java:1792)
Regards
Santosh
Eric Covener wrote:
>
> On Fri, Aug 1, 2008 at 12:00 PM, sh_santosh <santosh.ncstk@(protected)>
> wrote:
>>
>> So, how to solve this issue.
>> What configuration change required at Java side. So, we can access HTTPS
>> while invoking their services.
>
> That depends on what error you're getting in your client.
>
> Maybe you need to import their certificate issuer into a local trust
> store?
>
> --
> Eric Covener
> covener@(protected)
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@(protected)
> " from the digest: users-digest-unsubscribe@(protected)
> For additional commands, e-mail: users-help@(protected)
>
>
>
--
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)