Hi Afkham, JAX-WS does make use of SAAJ in a variety of ways.
1) Client API - There is a client API, javax.xml.ws.Dispatch, that can be used as a messaging style client. This API allows the user to provide input in a variety of forms, one of which is a javax.xml.soap.SOAPMessage. 2) Service API - There is also a server side equivalent to the Dispatch called the Provider, javax.xml.ws.Provider. This API allows for a request to be received in the form of a javax.xml.soap.SOAPMessage as well. 3) Application Handlers - For SOAP-based application handlers, the data model that the user sees is a SOAPMessage. Regards, Nicholas Gallardo WebSphere - WebServices Development [EMAIL PROTECTED] Phone: 512-838-1182 Building: 901 / 5G-016 "Afkham Azeez" <[EMAIL PROTECTED]> 01/29/2007 11:23 PM Please respond to [email protected] To [email protected] cc Subject [Axis2] SAAJ & JAX-WS Does the current Axis2 JAX-WS implementation make use of the SAAJ implementation in Axis2? If so, could someone please explain how SAAJ is used by JAX-WS. -- Thanks Afkham Azeez http://www.wso2.org GPG Fingerprint: 643F C2AF EB78 F886 40C9 B2A2 4AE2 C887 665E 0760
