AxiomSoapMessageFactory « Web Service « Spring Q&A





1. AxiomSoapMessageFactory - Attachment File Caching    forum.springsource.org

Does AxiomSoapMessageFactory not clean up it's attachment cache directory at all? we are using this and, under heavy load, the attachments cache directory can fill up rather quickly and never cleans ...

2. having trouble with Attachments with AxiomSoapMessageFactory    forum.springsource.org

Jul 12th, 2007, 08:29 PM #1 akhopkar View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Posts 6 having trouble with Attachments with AxiomSoapMessageFactory Hi guys, I ...

3. AxiomSoapMessageFactory allways falls to DOM    forum.springsource.org

AxiomSoapMessageFactory allways falls to DOM Hi. Since I'd like to switch from jax-ws ri, I've made some performance tests with poor results, so I've profiled a little bit and I've found ...

4. Two bugs with AxiomSoapMessageFactory    forum.springsource.org

Two bugs with AxiomSoapMessageFactory I used the following configuration for accessing a web service: Due to the ...

5. Problems using gzip with AxiomSoapMessageFactory    forum.springsource.org

hello, I have tried to use gzip with the SaajSoapMessageFactory with Spring WS and it worked pretty well, however with the AxiomSoapMessageFactory I am getting all kind of errors. Are there ...

6. Problems with AxiomSoapMessageFactory    forum.springsource.org

Problems with AxiomSoapMessageFactory Hi, I have a performance problem with large Soap requests. Frequently the requests that my service has to process are 300 to 500k. At this time using org.springframework.ws.soap.saaj.SaajSoapMessageFa ...

7. Using AxiomSoapMessageFactory on server side    forum.springsource.org

I am interested to know how exactly I can use a AxiomSoapMessageFactory in my web service implementation. In the tutorial I saw the way to do it for the client code ...

8. AxiomSoapMessageFactory with payloadCaching="false" and Wss4jSecurityInterceptor    forum.springsource.org

AxiomSoapMessageFactory with payloadCaching="false" and Wss4jSecurityInterceptor Hi, In Spring-ws 1.5.* it appears to be impossible to use AxiomSoapMessageFactory with payloadCaching="false" and Wss4jSecurityInterceptor (since the interceptor needs to read the xml stream and ...

9. problem with AxiomSoapMessageFactory payloadCaching=false    forum.springsource.org

problem with AxiomSoapMessageFactory payloadCaching=false Hello, I have problem with AxiomSoapMessageFactory payloadCaching=false. Spring config is simple as this: ...





10. How do i configure AxiomSoapMessageFactory    forum.springsource.org

11. org.xml.sax.SAXException when using AxiomSoapMessageFactory    forum.springsource.org

Previously in my application i was using castor for marshalling and SaajSoapMessageFactory,everything was working fine , Now for performance improvement i want to use AxiomSoapMessageFactory.But this is giving me Code: Castor ...

12. Using AxiomSoapMessageFactory under Java 6    forum.springsource.org

Using AxiomSoapMessageFactory under Java 6 I'm trying to switch from SaajSoapMessageFactory to AxiomSoapMessageFactory to take advantage of the streaming capabilities it offers. But when I switch I'm getting a CCE when ...