>> Isn't it so that transport is just another handler? >Yes, but the transport handler chain specific to HTTP will only be invoked for HTTP >requests.
Ok, this I understand. So this way I won't be using AxisServlet at all ? This means that my service is not deployed under a webserver ? Can I just copy some AxisServlet code, do some modifications and use that code as a tranport instead of AxisServlet ? If so, how to do that ?
