Hi arnaudeprez,
*This my CXF configuration*
<cxf:cxfEndpoint id="TransactionBegin" address="/TransactionService"
wsdlURL="TransactionService.wsdl"
serviceClass="transaction.Transaction">
<cxf:inInterceptors>
<ref bean="loggingInInterceptor" />
</cxf:inInterceptors>
<cxf:outInterceptors>
<ref bean="loggingOutInterceptor" />
<bean
class="org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor" />
<bean
class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
<property name="properties">
<map>
<entry key="action"
value="UsernameToken" />
<entry key="passwordType"
value="PasswordText" />
<entry key="user" value="---" />
<entry
key="passwordCallbackRef" value-ref="passwordCallback" />
</map>
</property>
</bean>
</cxf:outInterceptors>
</cxf:cxfEndpoint>
--
View this message in context:
http://camel.465427.n5.nabble.com/Handle-SOAP-fault-message-tp5754549p5754570.html
Sent from the Camel - Users mailing list archive at Nabble.com.