scope=transportsession

2009-03-04 Thread TomazM
Is there any example how the service control that the same (cookie) session client invoke this service. Regards, Tomaz begin:vcard fn:Tomaz Majerhold n:Majerhold;Tomaz org:ARNES, Slovenian NREN;Development team adr:;;Jamova 39;Ljubljana;Ljubljana;1000;Slovenia

Re: scope=transportsession

2009-03-04 Thread charitha kankanamge
Hi Tomaz, Please have a look at [1]. [1]http://wso2.org/library/3264 Regards Charitha http://charithaka.blogspot.com TomazM wrote: Is there any example how the service control that the same (cookie) session client invoke this service. Regards, Tomaz

[Axis2]Can't use SSL with scope=transportsession

2007-08-21 Thread Andrew Martin
.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116) ... 33 more I think I found what's causing it. My service is defined like this in services.xml: service name=... scope=transportsession.../service

Re: [Axis2]Can't use SSL with scope=transportsession

2007-08-21 Thread Deepal Jayasinghe
is defined like this in services.xml: service name=... scope=transportsession.../service If I remove 'scope=transportsession', Axis2 no longer throws this Exception, and my own code is invoked (though it causes my code to fail, since mc.getSessionContext() returns null). Is there any reason why