Hi Deepal Thanks for your reply On Fri, Jan 21, 2011 at 8:51 AM, Deepal Jayasinghe <dee...@opensource.lk>wrote:
> > > hi Folks > > > > I'm creating a Axis java 2 handler .I want to know how to generate the > > mar file. I have module.xml written ,src, edited axis2.xml to include > > the module name. > Please refer to the documentation, and also there are a number of > articles explaining the process. > > > > Also i want to store a token in a xml/Data base for reach requests > > coming from each client to identify which requets came from which > > client.Passing a token from a client in the request with EPR is not > > always possible since my all web services are not stateful > > > > Could any one help me in this please? > > > Each message has a message ID, and from the message context you can get > the request URL, so combining the two you can identify which request > came from which client. > Imaging a situation which I need this data to be used when services/client are not runing.If I want to use past data of request and response which client call which WS how do i store data? from handler in to a XML?or any other? Really appreciate you input > > Deepal > > Thanks > > Kanchana > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org > For additional commands, e-mail: java-dev-h...@axis.apache.org > >