Hi, I work on a webapp and I write my own transport (transportListener and transportSender) I use an axisServlet configured with axis2.xml.
i need to obtain the servlet context during the configuration of my transport (init() method) Is it possible to obtain the servlet context by using ConfigurationContext of axis...? my transport is configure with some values which are not static, so i can't put them in a file -> i would like to use the servlet Context. thanks, Mat
