Re: SOAP w/ Attachments still supported

2012-02-14 Thread Jens
Daniel Kulp wrote > > Yea. Please do so. That way it won't get lost. Attach your test case > as > well if possible. https://issues.apache.org/jira/browse/CXF-4106 -- View this message in context: http://cxf.547215.n5.nabble.com/SOAP-w-Attachments-still-supported-tp545

Re: SOAP w/ Attachments still supported

2012-02-13 Thread Daniel Kulp
On Monday, February 13, 2012 2:45:04 AM Jens wrote: > > Yes and no.The issue is that the WSDL is claiming an HTTP transport, > > but > > you are setting a JMS transport. When this happens, internally, a few > > things > > get reset to defaults and, in this case, the attachments are lost. > >

Re: SOAP w/ Attachments still supported

2012-02-13 Thread Jens
ntries to include a JMS port. > That > should allow it to work fine. Dan, thanks for that. Using a WSDL with a JMS binding does indeed make it work. Should I file a bug for this issue? Jens -- View this message in context: http://cxf.547215.n5.nabble.com/SOAP-w-Attachments-still-supported-tp5454220p5478771.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: SOAP w/ Attachments still supported

2012-02-10 Thread Daniel Kulp
On Friday, February 10, 2012 1:44:16 AM Jens wrote: > >> On Friday, February 03, 2012 7:46:30 AM Jens wrote: > >>> does CXF (2.5.2) still support SwA? > >> > >> It should be working. We have tests for it and the JAX-WS TCK requires > >> it. > Is it possible that this error is a side effect of t

Re: SOAP w/ Attachments still supported

2012-02-10 Thread Jens
4877/swa-client.zip > Is it possible that this error is a side effect of trying to use SwA with the JMS transport? I've tried to remodel the test case to use HTTP for easier testing but in this case the message comes out in MIME format as expected. Jens -- View this message in context:

Re: SOAP w/ Attachments still supported

2012-02-06 Thread Jens
/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/swa/ > > > Any chance of getting a test case? > Hi Dan, I uploaded a quick test case here: http://dl.dropbox.com/u/7644877/swa-client.zip Thanks, Jens -- View this message in context: http://cxf.547215.n5.nab

Re: SOAP w/ Attachments still supported

2012-02-03 Thread Daniel Kulp
<mime:content part="anhang1" type="text/plain"/> > </mime:part> > </mime:multipartRelated> > </wsdl:input> > > I can't use MTOM because I need to talk to an existing service. > > Thanks,

SOAP w/ Attachments still supported

2012-02-03 Thread Jens
</mime:part> </mime:multipartRelated> </wsdl:input> I can't use MTOM because I need to talk to an existing service. Thanks, Jens -- View this message in context: http://cxf.547215.n5.nabble.com/SOAP-w-Attachments-still-supported-tp5454220p5454220.html Sent from the cxf-user mailing list archive at Nabble.com.