Return-Path: Delivered-To: apmail-incubator-cxf-dev-archive@locus.apache.org Received: (qmail 86584 invoked from network); 15 May 2007 20:45:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 20:45:53 -0000 Received: (qmail 71412 invoked by uid 500); 15 May 2007 20:46:00 -0000 Delivered-To: apmail-incubator-cxf-dev-archive@incubator.apache.org Received: (qmail 71259 invoked by uid 500); 15 May 2007 20:45:59 -0000 Mailing-List: contact cxf-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-dev@incubator.apache.org Received: (qmail 71240 invoked by uid 99); 15 May 2007 20:45:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 13:45:59 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 13:45:51 -0700 Received: by ug-out-1314.google.com with SMTP id y2so1556642uge for ; Tue, 15 May 2007 13:45:29 -0700 (PDT) Received: by 10.82.138.6 with SMTP id l6mr4812670bud.1179261928617; Tue, 15 May 2007 13:45:28 -0700 (PDT) Received: by 10.82.100.10 with HTTP; Tue, 15 May 2007 13:45:28 -0700 (PDT) Message-ID: <7b774c950705151345y44ac2f9p166c0e3c2fc5ef7c@mail.gmail.com> Date: Tue, 15 May 2007 16:45:28 -0400 From: "Dan Diephouse" To: cxf-dev@incubator.apache.org Subject: Re: SOAP w/ Attachments In-Reply-To: <8DA58330BA060E41AB52B73294034EA6803EAE@amer-ems1.IONAGLOBAL.COM> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8538_12976782.1179261928563" References: <8DA58330BA060E41AB52B73294034EA6803D38@amer-ems1.IONAGLOBAL.COM> <7b774c950705141127m57588830h7b47b7e95fc1af9a@mail.gmail.com> <8DA58330BA060E41AB52B73294034EA6803EAE@amer-ems1.IONAGLOBAL.COM> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8538_12976782.1179261928563 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes it works on all soap versions. You can enable it simply by setting the "mtom-enabled" property to "true" somewhere (i.e. on the service/endpoint/etc - endpoint.put("mtom-enabled", Boolean.TRUE);) - Dan On 5/15/07, Johnson, Eric wrote: > > Does MTOM work for both SOAP 1.1 and SOAP 1.2? Can MTOM be enabled > through configuring the SOAP binding rather JAX-WS? > > > -----Original Message----- > > From: Dan Diephouse [mailto:dan@envoisolutions.com] > > Sent: Monday, May 14, 2007 2:28 PM > > To: cxf-dev@incubator.apache.org > > Subject: Re: SOAP w/ Attachments > > > > On 5/14/07, Johnson, Eric wrote: > > > > > > Does either of the SOAP bindings support sending binary attachments? > > > > > > > We support MTOM: > > http://cwiki.apache.org/CXF20DOC/mtom-attachments.html > > > > There is also minimal support for SwA (according to the > > AttachmentsProfile), but that is basically worthless because > > any soap stack that does SwA AP also does MTOM: > > > > http://netzooid.com/blog/2007/01/04/the-ws-i-attachmentsprofil > e-is-a-sham/ > > > > - Dan > > > > -- > > Dan Diephouse > > Envoi Solutions > > http://envoisolutions.com | http://netzooid.com/blog > > > -- Dan Diephouse Envoi Solutions http://envoisolutions.com | http://netzooid.com/blog ------=_Part_8538_12976782.1179261928563--