your axis service needs to engage Rampart module full implementation details for securing axis services and generating secure client stubs available at
http://axis.apache.org/axis2/java/rampart/ Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sun, 13 Feb 2011 12:40:28 +0530 From: aashish...@yahoo.com Subject: Re: AW: [AXIS2] : SSL implementaion not available To: java-user@axis.apache.org The call doesnt' leave the stub. The exception is at the stub end. From: aashish <aashish...@yahoo.com> To: java-user@axis.apache.org Sent: Fri, 11 February, 2011 12:12:31 AM Subject: Re: AW: [AXIS2] : SSL implementaion not available Hi Josef How do i check if my server can accept those requests. I have tried to enable it to do so. The endpoint is calling the https port of the server. I'll see if the call leaves the client using tcpmon. Thanks From: Stadelmann Josef <josef.stadelm...@axa-winterthur.ch> To: java-user@axis.apache.org Sent: Thu, 10 February, 2011 2:11:12 PM Subject: AW: [AXIS2] : SSL implementaion not available Can your server really accept HTTPS requests? How is your End Point defined? Which port is your endpoint calling? 8080 or … the one where SSL requests are expected? If your server is not configured to understand SSL, but your client sends an encrypted request to the SSL port at the server, the server may very likely react as you describe it. So what about monitoring the traffic using TCPMON or WIRESHARK, (never used TCPMON it with SSL). Josef Von: aashish [mailto:aashish...@yahoo.com] Gesendet: Mittwoch, 9. Februar 2011 18:23 An: java-user@axis.apache.org Betreff: [AXIS2] : SSL implementaion not available While trying to enable SSL at http level , from client to server i get the following error: org.apache.axis2.AxisFault: SSL implementation not available at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193) at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java :389) at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:222) at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) any clues ?