There SOAP stack space has gotten more crowded recently. This chart is to help you decide which stack to use.
If you have any corrections/additions please direct them to the mailing list.
While feature matrices can be helpful, we think you should keep some other points in mind which are equally important.
Performance - XFire is one of the fastest SOAP stacks available. We'll have some benchmarks coming soon, but a rough guide is that we're 2-5x faster than Axis 1.
Robustness - XFire is now at 1.2, it has been in development for over 2.5 years, and it has deployed in many large organizations around the world.
Ease of Use - XFire is significantly easier to use than a lot of SOAP stacks.
Embeddability - The SOAP stacks below have various degrees of embeddability. This may not be a factor in your application design, but here are our thoughts on the issue:
Axis 1's big embeddability flaw is that its API was never meant to be used by an end user. Also, it uses static references to the AxisEngine everywhere in the code, making it impossible to run two completely seperate instances side by side.
Axis 2 seems to be a bit more embeddable, although the API seems kind of ugly and there isn't any documentation on the subject. (Dan Diephouse: It also makes the mistake in my opinion of trying to be the equivalent of a J2EE container, which means it mucks with classloaders, has its own deployment model, etc. That is what Spring, JBI, other containers are for, so XFire doesn't feel the need to replicate that.)
Celtix - seems embeddable.
Glue - definitely embeddable.
JBossWS - We haven't had time to play with this one yet.