I've worked with Axis and Saaj for a few years, then I switched to spring-ws, which I prefer because it's more xml-oriented. Then I switched all my projects to axiom due to a serious performance problem with saaj. I've experienced some problems again later, especially related to namespace handling (AXIOM-114 and SWS-502), anyway I've been working with spring-ws and axiom for two years.
Since I'm not completely satisfied, I'm actually looking for any other libraries. Any suggestions?
I know google is my best friend, but this is a delicate matter, so I'd like to know your experience. Actually, what's the best library to handle soap messages in Java?
I could write my own library based on my needs, but I think this is not too easy and I don't like to reinvent the wheel. I just would like to rely on a library which correctly handles well formed xml, namespaces declaration, multiple levels of nested xml, and so on.
