Provides the API for creating and building SOAP messages.
This package is defined in the SOAP with Attachments API for
JavaTM (SAAJ) 1.1 specification.
The API in the javax.xml.soap
package
allows you to do the following:
- create a point-to-point connection to a specified endpoint
- create a SOAP message
- create an XML fragment
- add content to the header of a SOAP message
- add content to the body of a SOAP message
- create attachment parts and add content to them
- access/add/modify parts of a SOAP message
- create/add/modify SOAP fault information
- extract content from a SOAP message
- send a SOAP request-response message