Hi,
I am not using the jsr181 component (which uses xfire internally) but rather
the direct servicemix xfire binding. 
So I am exposing an xfire service bean as: 
   <bean name="xfire.DocumentManagementService"
class="org.codehaus.xfire.spring.ServiceBean"> 
      <property name="xfire" ref="xfire"/> 
      <property name="serviceFactory"><ref
bean="xfire.annotationServiceFactory"/></property> 
      <property
name="name"><value>DocumentManagementService</value></property> 
      <property name="serviceBean" ref="documentManagementService"/> 
      <property name="properties"> 
         <map> 
          <entry key="mtom-enabled" value="true"/> 
         </map> 
      </property> 
   </bean> 

Everything works (even xfire handlers which I use for ws-security) as long
as I do not have mtom enabled. 
I assumed that once you can expose an xfire bean on servicemix everything
that it supports should work. 
Is it that while xfire binding is supported on servicemix, mtom is not
supported on this binding?
Cheers, 
Hari.
-- 
View this message in context: 
http://www.nabble.com/MTOM-with-XFire-binding-error-tf2142847.html#a6309767
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to