Hi Freeman,
Is there a special setting/property for activating delegate?

When I define my endpoint as below, the temp directory in tomcat is where
CXF is caching the files before its sending to the final webService. No
different than what i had before, except the files are cached in a different
directory

 <jaxws:endpoint id="myProxy"
                implementor="com.aaa.test.ProxyServiceProvider"
                address="/myProxy" >
                <jaxws:properties>
                        <entry key="mtom-enabled" value="true" />
                </jaxws:properties>
</jaxws:endpoint>

Any SUggestions?

Thanks,
Sam




--
View this message in context: 
http://cxf.547215.n5.nabble.com/Provider-with-MTOM-Stream-tp5725571p5725609.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to