RE: Sessions with Axis2

2007-03-19 Thread SCHEDENIG Marian
> -Original Message- > From: Stadelmann Josef [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 15. März 2007 14:39 > To: axis-user@ws.apache.org > Subject: AW: Sessions with Axis2 > > That happens mainly in a time-out-condition. > > I wonder why you do not see the SOAP fault such as "invali

Sessions with Axis2

2007-03-15 Thread SCHEDENIG Marian
Hi! I'm trying to get sessions working with Axis2. I have a simple test service (deployed as a POJO) with a login() and a count() method. count() shall return the number of times it was called since the session was started. login() has to be invoked before the first call to count(), otherwise coun