RE: How to enable mtom on the embedded server?

2007-07-18 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
Thanks, that's exactly what I was looking for. -Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 12:23 PM To: cxf-user@incubator.apache.org Subject: Re: How to enable mtom on the embedded server? Hi Samuel, You CAN use MTOM with

Re: How to enable mtom on the embedded server?

2007-07-18 Thread Dan Diephouse
mbedded Jetty instance like Xfire did? -Original Message- From: Freeman Fang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:28 PM To: cxf-user@incubator.apache.org Subject: Re: How to enable mtom on the embedded server? Hi Samuel, javax.xml.ws.soap.SOAPBinding is class from jax-ws

RE: How to enable mtom on the embedded server?

2007-07-18 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
@incubator.apache.org Subject: Re: How to enable mtom on the embedded server? Hi Samuel, javax.xml.ws.soap.SOAPBinding is class from jax-ws api, so you need make your service jaxws compatible add jaxws BindingType annotation into your TestServiceImpl @BindingType (value

Re: How to enable mtom on the embedded server?

2007-07-17 Thread Freeman Fang
ap.SOAPBinding. How do I start the service so that I'm getting SOAPBinding and can turn on the MTOM? -Original Message- From: Christopher Moesel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 12:05 PM To: cxf-user@incubator.apache.org Subject: RE: How to enable mtom on the em

RE: How to enable mtom on the embedded server?

2007-07-17 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
hristopher Moesel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 12:05 PM To: cxf-user@incubator.apache.org Subject: RE: How to enable mtom on the embedded server? Hi Samuel, Have you looked at the MTOM documentation in the user guide? http://cwiki.apache.org/CXF20DOC/mtom.html If so,

RE: How to enable mtom on the embedded server?

2007-07-17 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
12:05 PM To: cxf-user@incubator.apache.org Subject: RE: How to enable mtom on the embedded server? Hi Samuel, Have you looked at the MTOM documentation in the user guide? http://cwiki.apache.org/CXF20DOC/mtom.html If so, then what information is missing (or incorrect) that you need? -

RE: How to enable mtom on the embedded server?

2007-07-17 Thread Christopher Moesel
: Tuesday, July 17, 2007 10:39 AM To: cxf-user@incubator.apache.org Subject: RE: How to enable mtom on the embedded server? We're trying to convert some services off of XFire and onto CXF. On XFire, the following would automatically enable MTOM for any types in a service that returned a byte

RE: How to enable mtom on the embedded server?

2007-07-17 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
We're trying to convert some services off of XFire and onto CXF. On XFire, the following would automatically enable MTOM for any types in a service that returned a byte array: Service service = serviceFactory.create(FeedbackFilesService.class); service.setInvoker(new BeanInvoker(new FeedbackFile