Hi, Here is my (axis newbie) problem: I developed a struts webapp that insert data to a database using ibatis. Now I want to add some kind of webservice connector that does the same job. I think the best way to do that would be to find a way of calling the struts action from within the axis service class but I don't know how to do that since my service class don't know about ActionMapping, ActionForm, HttpServletRequest and HttpServletResponse parameters. Did anybody faced a similar problem (and found a solution) ?
Thanks for help