SaajSoapMessage « Java EE « Spring Q&A





1. Use of DOMResult withing SaajSoapMessage    forum.springsource.org

Isn't this a bit inefficient? I often have to return very large results, and the fact that the WebServiceMessage implementation (SaajSoapMessage) stores the results first in a DOM tree before rendering ...

2. No Content-Id in attachments created with SaajSoapMessage    forum.springsource.org

No Content-Id in attachments created with SaajSoapMessage Adding an attachment with this code in a Client Interceptor Code: public boolean handleRequest(MessageContext messageContext) throws WebServiceClientException { DataHandler dataHandler = new DataHandler(foto.getImmagine(), "application/octet-stream"); ...

3. How to specify namespace for SaajSoapMessage?    forum.springsource.org

How to specify namespace for SaajSoapMessage? Hi, I see following error after invoking webservice though namespace is provided by JiBX marshaller: No endpoint mapping found for [SaajSoapMessage SPAnalysisRequest] JiBX marshalled payload ...

4. SaajSoapMessage vs AxiomSoapMessage    forum.springsource.org

SaajSoapMessage vs AxiomSoapMessage Hi, I have a few questions regarding comparisons of the 2 types of messages supported by Spring-WS. 1. Why use one over the other? 2. If I choose ...