1. Stream MTOM Web Services in Spring Web Services Framework stackoverflow.comI would like to send large files from the server to the client using MTOM and Spring WS. I realize that this isn't the best approach for this type of thing, ... |
2. Spring ws - AxiomSoapMessage & attachment with MTOM are inline stackoverflow.comim trying to understand how the
|
3. JAXB2 Mtom attachment broken by BOM stackoverflow.comI'm using JAXB2 to to do OXM in a Spring-WS. The XSD I've specified requires a large XML file to be attached to the soap message so I'm using MTOM to ... |
4. How to read data from SOAP message with large XOP attachment using Spring WS and Axiom stackoverflow.comI'm trying to build a web-service, which will receive large files and save them with the name specified in SOAP message. Here is an example request message
|
5. Spring WS MTOM OutOfMemoryError forum.springsource.orgSpring WS MTOM OutOfMemoryError Hello, I'm having problems uploading large attachments using Spring WS 2, Axiom and MTOM. It appears that when unmarshalling the request the StaxStreamConnector is ignoring the fact ... |
6. Error accessing Axis2 web service with MTOM forum.springsource.orgI am trying to access a Axis2 web service using the spring-ws webservicetemplate. The service requires that the request be sent in MTOM format. If I use the Axiom message factory ... |
7. Mtom + axiom + jaxb forum.springsource.orgMtom + axiom + jaxb I am trying to use the Spring webservice (1.5.9) + JAXB (2.1.5) as data binding. I want to use MTOM for binary data optimization. I used ... |
8. MTOM and Spring WS forum.springsource.orgMTOM and Spring WS Hi folks, I have been using Spring WS for a while now, but I'm completely new to MTOM, so I apologize if some of the following questions ... |
9. Exposing both MTOM and not MTOM enabled service forum.springsource.orgExposing both MTOM and not MTOM enabled service Hi, I'm wondering what's the best practice for exposing both MTOM-enabled and non MTOM-enabled services, for maximum compatibility. I've experienced problems with .Net ... |
10. MTOM issue with Spring -WS forum.springsource.orgMTOM issue with Spring -WS Hello, I am trying to get the samples mtom webservice provided in Spring-WS samples. The service as such works but it seems there is some inherent ... |
11. Unable to Validate when MTOM is used with PayloadValidatingInterceptor forum.springsource.orgUnable to Validate when MTOM is used with PayloadValidatingInterceptor Hi, I am unable to validate using the PayloadValidatingInterceptor class when using an MTOM attachment. When I try to do this I ... |
12. JaxWsPortProxyFactoryBean enable MTOM Feature forum.springsource.orgJaxWsPortProxyFactoryBean enable MTOM Feature Hello, I am just getting used to using spring beans for everything. Searching around I found out that I can consume JAX-WS servies using spring like so: ... |
13. mtom without marshaller? forum.springsource.orgHi, Im using spring-ws 1.5.5 with PayloadRootAnnotationMethodEndpointMapping without a marshaller (the endpoint-methods get a DOMSource as parameter). Now I want to send binary files. If I understood it correctly, this is ... |
14. MTOM - Spring WS Error forum.springsource.orgMTOM - Spring WS Error Hi, I made an example with MTOM - Spring WS, this example tries to upload a file, I tried to test it but i've get the ... |
15. Stream MTOM Web Service forum.springsource.orgStream MTOM Web Service My goal is to send large files from the server to the client using MTOM. I have MTOM set up and it works great for small files ... |
16. How to create an MTOM endpoint that uses the DataHandler class forum.springsource.orgCurrently I'm using the AbstractMarshallingPayloadEndpoint to handle my MTOM web service. I would like to get away from the marshalling endpoint and use something like the MessageEndpoint interface to have more ... |
17. Unable to validate SOAP XML when using MTOM forum.springsource.orgUnable to validate SOAP XML when using MTOM So, I am having the same exact problem described in this thread http://forum.springsource.org/archiv...p/t-40389.html Wanted to find out if any of you were able ... |
18. Axiom bug related to MTOM/XOP attachments forum.springsource.orgAxiom bug related to MTOM/XOP attachments Some Spring WS users using MTOM/XOP attachments might be interested in this Axiom bug: https://issues.apache.org/jira/browse/WSCOMMONS-542 Check this out if you have problems with MTOM/XOP attachments ... |
19. update to seam 2.1.1 spring Xfire webservice mtom can't wor... seamframework.org |