Thanks for the quick reply. I added the transformFeature bean, but it seems
that is has no effect.
I am still getting the same message.
This is what I did in the blueprint context:

<blueprint>

  <bean id="providerRoute" class="org.xyz.ProviderRoute"/>

  <bean id="transformFeature"
class="org.apache.cxf.feature.StaxTransformFeature">
    <property name="inTransformElements">
       <map>
          <entry key="DoItRequest"
value="{http://www.xyz.org/types}DoItRequest"/>
       </map>
    </property>
  </bean>
                 
 <camelContext id="camel" xmlns="http://camel.apache.org/schema/blueprint";>
    <routeBuilder ref="providerRoute" />
 </camelContext>
</blueprint>

Did I miss something?



--
View this message in context: 
http://camel.465427.n5.nabble.com/CXFRS-does-not-process-JSON-tp5716343p5716352.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to