Hi

I am not sure if this is the same as your problem but I had a similar
problem with a proxy service - it turned out that at some stage the default
for CXF changed from "synchronous" = true to false... In other words it
would send the message but not do the reply..

I fixed it by setting the property explicitly

<cxf:properties>
            <entry key="dataFormat" value="MESSAGE"/>
            <entry key="synchronous" value="true"/>
</cxf:properties>

Hope this helps

Cheers
Steve





--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Problem-with-a-simple-Camel-based-CXF-proxy-tp5717470p5717473.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to