On Wed, Dec 2, 2009 at 12:52 PM, nhcoder <andrewnbenja...@hotmail.com> wrote: > > Thanks for replying, though I know the jars are in the right place. This is > apparently an issue between Spring and Axis2 working together. > >
The NoClassDefFoundError you have makes me highly suspicious of that. That should never happen if the jars are in the right place and you try to get a reference to that class from the same classloader. Spring and Axis2 working together does just that perfectly fine for plenty of people. Be sure to follow the docs carefully: http://ws.apache.org/axis2/1_5_1/spring.html - R