sorry I have a lot of question because of I'm a very newbie programmer..
- how can map the servlet into the web services??
- normally I used the web.xml into WEB-INF but in the AAR files there isn't.. I've to add it??
- And what url I have to call??
Thanks ;)
** SOLVED **
I solved my problem!!!
- I put the servlet on an apache tomcat server
- I call it (with htppclient) from the web service that runs on Axis2