I believe MTOM is defined only with respect to SOAP.

Glen

Am Donnerstag, den 06.12.2007, 19:07 -0800 schrieb woostreet:
> The following service is not working. Are you allow to use MTOM with HTTP or
> only with SOAP
> 
> 
>     <jaxws:endpoint id="service4" implementor="#lookServiceImpl"
>         implementorClass="com.woostreet.services.look.LookServiceImpl"
>         address="/look" bindingUri="http://apache.org/cxf/binding/http";>
>         <jaxws:properties>
>             <entry key="mtom-enabled">
>                 <bean
> class="java.lang.Boolean"><constructor-arg><value>true</value></constructor-arg></bean>
>             </entry> 
>         </jaxws:properties>
>         <jaxws:serviceFactory>
>             <ref bean="wsfactory"/>
>         </jaxws:serviceFactory>
>     </jaxws:endpoint>
> 

Reply via email to