I have a fairly extensive Spring 3.0 service architecture (typical architecture, a bunch of model objects, and lots of services that do things with these objects). I would like to provide some of these services as SOAP web services.
We previously developed SOAP web services, but they were always relatively simple and focused, and we always used Axis 2. I found that Axis 2 is a bit heavy on the dependency and implementation side, and I'm a little worried that this will inflate my current project with something- then terrible.
I looked through and apparently using Apache CXF, that would be pretty easy. Therefore, I am looking for some advice on this. Does anyone have any practical experience? Advantages and disadvantages?
source share