On Tue, 2005-11-29 at 16:03 +0100, Villalba, Gregorio, VF-ES (gvillal2) EXT wrote: > Hi everybody. > > I am not new to Axis 2, but I have been reading documentation > recently. In the Architecture Guide are mentined some interesting WS > concepts, like listeners, handlers, message receivers... > > But when I read how to build and install a service I understood that > the only way to use Axis2 to deploy a WS is using a servlet container. > Maybe I am wrong but Is Axis2 designed to work always integrated with > a Servlet Container?
Absolutely not .. it can work under any transport infrastructure. We use a simple server for test purposes but I know others have tried with various other middleware to get messages into Axis2. Sanjiva.
