Hello everybody.
I am obtaining this exception (client certificate not found) when trying to
connect to a secure Web Service that requires a client certificate. I am
using a web service client automatically generated by axis2, using the
Eclipse wizard.
This is the calling code, that causes the exc
It dit not work.
Anyway, it throws a "FileNotFound" exception if it cannot find the
keystores, so it is not that.
2013/4/26 Martin Gainty
> Cambia
> C:\\Archivos de programa\\
>
> a
> C:\\ARCHIV~1
>
> Saludos Cordiales!
>
> Martin
> __
> Jogi és Bizal
a.html) to
import the cliente certificate plus the private key.
Anyway, I think Axis2 should have specified that the exception message was
taken from the SOAP response message: I thought it was generating it.
2013/4/26 David Perra
> It dit not work.
> Anyway, it throws a "FileNotF
Hello.
I am trying to generate code from a secure Web Service. wsdl2java works
well with Java7, but throws an SSLException when invoked with Java8.
The test client generated with Java7 does not work with Java8 either.
--
>set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
>wsdl2java.bat -uri
ht
(SOAPEnvelopeImpl.java:229)
at
org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)
... 70 more
The same generated code works when using Java7.
2015-02-26 12:44 GMT+01:00 Jose María Zaragoza :
> 2015-02-26 12:25 GMT+01:00 David Pe