Eduardo Yánez wrote: >Is this Apache SOAP 2.2 implementation able of handling enterprise level application >requirements? > Please spec what you mean by enterprise level application requirements ... Because you can hinge off tomcat's ability to support distributed workers you could probably beef up your system to handle moderate loads (several hundred requests per second?) via a number of backend systems with respectably small downtime. Or, if you can tolerate handling roughly dozen requests per second with occasional downtime set it up on a single system .... But, caveats abound, for instance - XML Schema parsers are still stabilizing/optimizing - knowledge required to setup Apache SOAP to interoperate with other languages (VB, C#, .NET -- just watch this list for awhile) So it all depends on what you mean by 'enterprise level'. My sense is that you should download and setup technology exploratory code and bench/stress it for your environment. just getting feet wet with SOAP, Heitzso