MTOM « Java EE « Spring Q&A





1. MTOM support    forum.springsource.org

MTOM support Just wondering whether MTOM support was on the road map for SI WS at all? My use case is that I essentially act as a proxy web service, so ...

2. Missing files in mtom example    forum.springsource.org

I am looking at the mtom sample in trunk and it appears the org.springframework.ws.samples.mtom.schema package is missing. Are those classes somewhere else?

3. SwA and MTOM support?    forum.springsource.org

Is there any support for SwA and/or MTOM in spring-ws out of the box? I see that SAAJ is being used for the underlying SOAP types, so SwA support is possible ...

4. Attachments / MTOM    forum.springsource.org

Attachments / MTOM Hi, I read that you support SwA attachments by casting WebServiceMessage to SoapMessage. Then operate on SoapMessage in the normal J2EE way. I guess I could create interceptors ...

5. MTOM Examples Needed    forum.springsource.org

Hi, An external system will send big files to our system through Web Service. A .NET developer can build a prototype with MTOM support within a day. But a Java developer ...

6. Missing class in MTOM sample    forum.springsource.org

7. MTOM and XML validation    forum.springsource.org

Jun 21st, 2007, 09:09 AM #1 res1st View Profile View Forum Posts Private Message Senior Member Join Date Mar 2006 Location Germany, Karlsruhe Posts 154 MTOM and XML validation Hi, i ...

8. MTOM without JAXB2-Databinding    forum.springsource.org

MTOM without JAXB2-Databinding Hi all! I want to write a simple WS which lets mit download a binary file using MTOM-Encoding (client is using Axis2). I dont want to use JAXB2 ...

9. MTOM problem file size    forum.springsource.org

Hello, I am using Spring-ws MTOM-JAXB. It works perfect with small files, but with big ones truncate that files. any idea? thanks in advance, Csar.





10. correct MTOM handling?    forum.springsource.org

Can you provide all the changes that you have mentioned? I am glad that somebody finally provided some kind of solution. I am struggling for some time with the same issue ...

11. Can I enable / disable MTOM programmatically    forum.springsource.org

Can I enable / disable MTOM programmatically The MTOM sample shows how to enable MTOM using the configuration file by setting the 'mtomEnabled' to true for the Jaxb2Marshaller on the service ...

12. Some help with an MTOM example needed    forum.springsource.org

Aug 6th, 2008, 11:13 AM #1 sergio.arcos View Profile View Forum Posts Private Message Junior Member Join Date Jul 2008 Posts 9 Some help with an MTOM example needed Hi to ...

13. Problem by running the Sample MTOM    forum.springsource.org

Hi all, I try to run the Sample MTOM but failed. I did followings: 1. go to airline and do "mvn package" and deploy the airline.war to Tomcat 5.5.23. 2. go ...

14. Looking for sample for PDF-Attachment by using MTOM    forum.springsource.org

There is a sample about usiong MTOM to attach image such as .png. I am not sure if I can attach PDF-file in the same way. I see from the sample ...

15. Does Jibx support MTOM?    forum.springsource.org

I am newbie here. First of all, sorry for my english. I know Jaxb support MTOM as see in airplane example, but is there any oxm alternative like jibx or castor ...

16. MTOM/XOP vs SwA    forum.springsource.org

MTOM/XOP vs SwA Has anyone come across production implementation of a web service using MTOM, JAXB, Spring-WS and Weblogic 10.1? I have come across three issues while making MTOM work with ...





17. Does JiBX support MTOM with AxiomSOAPMessage?    forum.springsource.org

The MTOM sample show mtom with jaxb and saaj. I want to know how to use mtom with jibx and AxiomSOAPMessage! Did anyone do like this?

18. MTOM Example does not compile    forum.springsource.org

Apr 1st, 2009, 01:06 PM #1 joe_roberts_z View Profile View Forum Posts Private Message Junior Member Join Date Feb 2009 Posts 29 MTOM Example does not compile Hi, I tried following ...

19. Saaj 1.2 mtom    forum.springsource.org

Saaj 1.2 mtom Hi I would like to use MTOM to transfer pdf attachments from SWS to WCF clients. The samples provided in Spring WS 1.5.7 bundle works perfectly when i ...

20. Problem with MTOM example    forum.springsource.org

Jul 8th, 2009, 10:27 AM #1 emiedes View Profile View Forum Posts Private Message Junior Member Join Date Jul 2009 Posts 4 Problem with MTOM example Hi, I tried to run ...

21. Problem: MTOM without attachments    forum.springsource.org

Problem: MTOM without attachments Hello, i'am currently trying to get MTOM in our Spring Webservice project to work. At first everything went OK, I now can attach a file to our ...

22. MTOM with castor    forum.springsource.org

Hi, is there an example out there showing how to transfer binary data via web service using a castor marshaller/unmarshaller with MTOM enabled? I stepped through the MTOM example that comes ...

23. NoSuchMethodError XmlAccessorType.value() for mtom sample    forum.springsource.org

Jan 6th, 2010, 12:49 AM #1 spring_beginer View Profile View Forum Posts Private Message Junior Member Join Date Jan 2010 Posts 1 NoSuchMethodError XmlAccessorType.value() for mtom sample Hi Folks, While trying ...

24. WAS 7 + JAXB + MTOM results in ByteArrayDataSource instead of MimePartDataSour    forum.springsource.org

WAS 7 + JAXB + MTOM results in ByteArrayDataSource instead of MimePartDataSour I have a Spring-WS web service application using JAXB for oxm. When using JAXB with MTOM to send a ...

25. Mtom sample and memory usage    forum.springsource.org

Mtom sample and memory usage Hi, I have tried the sample Mtom in Spring Ws Firstly i try to send the image as an attachment with SoapUi. The request is not ...

26. Binary data lost on client when using MTOM    forum.springsource.org

Binary data lost on client when using MTOM I am currently evaluating spring-ws 1.5.9 for a webservice, that has to send medium sized binary attachments (pdfs and images). I wrote a ...

27. OMException with MTOm    forum.springsource.org

OMException with MTOm Aplogies for posting here. I'm using MTOM but running in JBoss. Still I thought someone may know the answer to the problem. When I pass a file larger ...

28. AxiomSoapMessage & attachment with MTOM are inline    forum.springsource.org

Hi, im trying to understand how the AxiomSoapMessageFactory handles request (the body & attachment) but i dont understand some points (or they are maybe features) i 'm using AxioSoapMessageFactory like this ...