Because the way a web service works.  You receive a request, perform
business logic based on that request, and then send the response back to
the client.  While sending the response back to the client (i.e., while
on the out interceptor chain), you shouldn't need to care about the
request--if so, it probably means your business processing logic was
incomplete.

Glen

2008-04-28 gweb79 wrote:
> Why do you hope not? That is an odd thing to hope for. 
> But anyway, is there a way to access the session then at this point? 
> 
> 
> Glen Mazza-2 wrote:
> > 
> > I hope not.  Perhaps you should ask for another way of doing what you
> > are trying to accomplish.
> > 
> > 
> 

Reply via email to