> What's the preferred way for getting this information to login the user and > to make it available in my service?
Currently i don't know any other way other then retriving this info from context as showed in example code, so its probably prefered way ;) To make it avaiable to service class you can create handler which get this info from context and setup ThreadLocal variable, so every service can access these data.
> > I'm not sure, I didn't know about the RECV_RESULTS thing. I think Tomek must have added that. I'll check in with him...
Its not me :) WSHandlerConstants.RECV_RESULTS is the property where result is stored in context.
