I worked with Axis and Saaj for several years, then switched to spring-ws, which I prefer because it is more xml oriented. Then I switched all my projects to an axiom because of a serious problem with working with saaj. I experienced some problems again, especially with namespace processing ( AXIOM-114 and SWS-502 ), anyway, I have been working with spring-ws and the axiom for two years.
Since I am not completely satisfied, I am actually looking for any other libraries. Any suggestions?
I know that google is my best friend, but this is a delicate question, so I would like to know your experience. Actually, what is the best library that handles soap messages in Java?
I could write my own library based on my needs, but I think it is not too simple, and I do not like to reinvent the wheel. I just wanted to rely on a library that correctly handles well-formed xml declarations, namespaces, multiple levels of nested xml, etc.
java soap xml
javanna
source share