Re: Best way to add a function to an existing Axis 2 service

2009-05-02 Thread Dennis Sosnoski
Hi Richard, The best way to handle this is by keeping your implementation code separate from the generated codes. For the server code, the easy way to do this is by extending the generated XXXSkeleton class with your own implementation class, which overrides all the methods of the skeleton. T

[axis2] MTOM Performance

2009-05-02 Thread Thallapragada, Sowmi
Can anyone point me to recent performance metrics on Axis2 (1.4.x) /MTOM? - Sowmi