Re: call a struts action from an axis service

2006-09-29 Thread Patrice Le Cozler
On 9/29/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Patrice Le Cozler ha scritto: > My business logic is not in actions but is not struts-independant > since it > uses datasources initialized during struts servlet loading. Is there a > way > to get theses datasources and more generally get s

Re: call a struts action from an axis service

2006-09-28 Thread Antonio Petrelli
Patrice Le Cozler ha scritto: My business logic is not in actions but is not struts-independant since it uses datasources initialized during struts servlet loading. Is there a way to get theses datasources and more generally get struts config from another servlet inside the same webapp ? For

Re: call a struts action from an axis service

2006-09-28 Thread Patrice Le Cozler
My business logic is not in actions but is not struts-independant since it uses datasources initialized during struts servlet loading. Is there a way to get theses datasources and more generally get struts config from another servlet inside the same webapp ? On 9/28/06, Antonio Petrelli <[EMAIL P

Re: call a struts action from an axis service

2006-09-28 Thread Antonio Petrelli
Patrice Le Cozler ha scritto: 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

call a struts action from an axis service

2006-09-28 Thread Patrice Le Cozler
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 servi