[
https://issues.apache.org/activemq/browse/CAMEL-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Strachan reassigned CAMEL-266:
------------------------------------
Assignee: Willem Jiang (was: Hadrian Zbarcea)
Fancy taking a stab?
> make it easy to throw a SOAP fault in a Camel route
> ---------------------------------------------------
>
> Key: CAMEL-266
> URL: https://issues.apache.org/activemq/browse/CAMEL-266
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core, camel-cxf
> Reporter: James Strachan
> Assignee: Willem Jiang
>
> we should be able to easily throw an exception or a SOAP fault from inside a
> Camel route. e.g. something vaguely like..
> {code}
> from("foo").
> filter().xquery("/foo/bar =
> 'abc').throwFault().xquery("<someFaultExpression/>").end().
> to("success");
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.