What is SAAJ?
The SOAP with Attachments API for Java (SAAJ) provides a DOM style interface for dealing with SOAP messages. The tree-like structure of the SAAJ API is similar to W3C’s DOM API’s and the SAAJ 1.2 interfaces in fact extend the W3C DOM interfaces. The SAAJ API is based on the SOAP specification and the SOAP Messages with Attachments specification. For more information about SAAJ, click here.
Related Questions
- I get an UnsupportedOperationException "This class does not support SAAJ 1.1" when I use SAAJ under WebLogic 10. What can I do about it?
- I get an IndexOutOfBoundsException when I use SAAJ under JBoss. What can I do about it?
- I get a IndexOutOfBoundsException when I use SAAJ under JBoss. What can I do about it?