Hi Everybody, I have a very basic question about how axis intercepts calls to the deployed services.
An axis based web services application is not much different than a regular web application deployed with the war structure except that we load a bunch of axis servlets on startup and we have a server-config.wsdd file. When a request comes over http it first reaches the application server and the server passes the request to the required application. So when and how does axis come into picture here (assuming that we don't have any custom handlers and stuff )? What happens when the request is passed from the server to the web application? Thanks Vikas