I am developing webservices using Apache Axis2 (1.5) version .
I have developed a war file for webservice client . And Deployed my Webservice in (.aar) format into axis2.war services directory.
This is working fine , but i could not understand the flow how my servlet (client ) is invoking the stub and in turn calling the skelton .
I have seen AxisServlet is responsible for this . Could anybody please tell me , how this invoking happens