> 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.

Deepal
> Thanks
> Kanchana

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to