RE: Using handlers across different services

2004-02-27 Thread Abhinav Maheshwari
Hi Chris, I am sorry for not responding earlier. I somehow missed your post on the group and now found it on Google. I am interested in your second design principle. I believe you mean that instead of using the following stack : Ist Call : IInd Call :

RE: Using handlers across different services

2004-01-21 Thread chris
, January 17, 2004 7:14 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Using handlers across different services Hi, I am trying to maintain session between two calls on an Axis service. It is required that the second call should throw an error if the user does not have a session, i.e. first

Using handlers across different services

2004-01-17 Thread Abhinav Maheshwari
Hi, I am trying to maintain session between two calls on an Axis service. It is required that the second call should throw an error if the user does not have a session, i.e. first call is not made. I tried to use the SimpleSessionHandler shipped with Axis by using the following xml in the deploy.w