Julio-
verify manageTransportSession in axis2.xml
<!--Set the flag to true if you want to enable transport level session
management-->
<parameter name="manageTransportSession" locked="false">true</parameter>
You can also check the value Programatically with Options from the
ServiceClient as seen here..
ServiceClient sender = getClient("RequestCounter",
"getRequestCount");
sender.getOptions().setManageSession(true);
Martin-
----- Original Message -----
From: "cdcienses" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, April 08, 2008 12:49 PM
Subject: Axis2, Rampart and SSL
>
> I am looking to access to a Web Service hosted by Axis2 (it is running
under
> Weblogic)
>
> When I access using http it is all ok. But when I try to access using
https
> I get "Transport error: 403 Error: Forbidden"
>
> I need authenticate the client with a certificate and the webservice is
> asking the client certificate.
>
> I am also using rampart security module. It seems I can sign using rampart
> when it is a http connection, but when it is a https connectio I get the
> transport error.
>
> Thanks
> --
> View this message in context:
http://www.nabble.com/Axis2%2C-Rampart-and-SSL-tp16565649p16565649.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]