axis2.AxisFault: [clientAuthRequired] No se ha encontrado el certificado de cliente (client certificate not found)

2013-04-26 Thread David Perra
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

Re: axis2.AxisFault: [clientAuthRequired] No se ha encontrado el certificado de cliente (client certificate not found)

2013-04-26 Thread David Perra
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

Re: axis2.AxisFault: [clientAuthRequired] No se ha encontrado el certificado de cliente (client certificate not found)

2013-04-29 Thread David Perra
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

wsdl2java SSLException with Java 8

2015-02-26 Thread David Perra
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

Re: wsdl2java SSLException with Java 8

2015-02-27 Thread David Perra
(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