Re: ReST with Axis2

2013-04-26 Thread Jeff Greif
Could you possibly need a namespace prefix on the URL parameter echoRequest, and somehow bind the prefix to the correct namespace? On 4/26/2013 2:15 PM, Jack Sprat wrote: > Thank you very much for the reply. > > The web service was originally written with WSDL 1.1 and I got the same > result -

Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
Thank you very much for the reply. The web service was originally written with WSDL 1.1 and I got the same result - The response was always blank. From: Kishanthan Thangarajah To: "[email protected]" ; Jack Sprat Cc: "[email protected]" Sen

Re: ReST with Axis2

2013-04-26 Thread Kishanthan Thangarajah
On Fri, Apr 26, 2013 at 9:09 PM, Jack Sprat wrote: > The ReST request looks like this: > https://www.example.com/test2/services/TestService/echo?echoRequest=ping If this is the URL format that you are going to use with REST requests, then you don't need wsdl 2.0. These kind of REST URL are supp

Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
The ReST request looks like this: https://www.example.com/test2/services/TestService/echo?echoRequest=ping The response returned is blank: http://ws.example.com/test"; /> Can anyone tell me what may be wrong?  Is ReST with Axis2 and WSDL 2.0 possible?  I am trying to justify using Axis2 here but

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-26 Thread Martin Gainty
Cambia C:\\Archivos de programa\\ a C:\\ARCHIV~1 Saludos Cordiales! Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt,

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