Hi,

I've got a mediation with cxf-bc:consumer -> camel ( cxf-bc:provider ->
saxon:xquery )

Here is the camel route :
        from("jbi:service:http://hello.samples.sofinco.com/HelloServiceRoute
")
            .to("jbi:endpoint:
http://hello.samples.sofinco.com/HelloService/HelloService";)
            .to("jbi:endpoint:
http://hello.samples.sofinco.com/HelloServiceTransform/HelloServiceTransform
");

When the called service (the one used by cxf-bc:provider) is unreachable, no
exception is returned to the calling client (the one calling the ESB).
The client failed either on a timeout (if the redelivery process takes long
time) or by receiving a wrong ouput message (the input message)
Why doesn't the default behavior simply send an error ?

More strange, the message exchange finished on a 'done' status instead of a
'error' status ...

How to configure servicemix (or camel) to send an error back to the client
when an error occurs in a message exchange
and after the redelivery attempts all failed ?

Manuel
DEBUG - SedaFlow                       - Called Flow resume
DEBUG - JMSFlow                        - Called Flow resume
DEBUG - JCAFlow                        - Called Flow resume
INFO  - AutoDeploymentService          - Directory: hotdeploy: Finished 
installation of archive:  hello-assembly-1.0-SNAPSHOT.zip
DEBUG - CxfBcComponent                 - Created correlation id: 
ID:10.133.251.75-11b3675561e-2:5
DEBUG - DeliveryChannelImpl            - SendSync 
ID:10.133.251.75-11b3675561e-2:5 in DeliveryChannel{servicemix-cxf-bc}
DEBUG - SedaFlow                       - Called Flow send
DEBUG - DeliveryChannelImpl            - Waiting for exchange 
ID:10.133.251.75-11b3675561e-2:5 (dce479) to be answered in DeliveryChannel{se
rvicemix-cxf-bc} from sendSync
DEBUG - SedaQueue                      - [EMAIL PROTECTED] dequeued exchange: 
InOut[
  id: ID:10.133.251.75-11b3675561e-2:5
  status: Active
  role: provider
  service: {http://hello.samples.sofinco.com}HelloServiceRoute
  endpoint: camel10-133-251-75-11b3675561e-5-2
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
DEBUG - CamelJbiComponent              - Received exchange: status: Active, 
role: provider
DEBUG - CamelJbiComponent              - Retrieved correlation id: 
ID:10.133.251.75-11b3675561e-2:5
DEBUG - CamelJbiEndpoint               - Received exchange: InOut[
  id: ID:10.133.251.75-11b3675561e-2:5
  status: Active
  role: provider
  service: {http://hello.samples.sofinco.com}HelloServiceRoute
  endpoint: camel10-133-251-75-11b3675561e-5-2
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
DEBUG - DeliveryChannelImpl            - SendSync 
ID:10.133.251.75-11b3675561e-4:5 in DeliveryChannel{servicemix-camel}
DEBUG - SedaFlow                       - Called Flow send
DEBUG - DeliveryChannelImpl            - Waiting for exchange 
ID:10.133.251.75-11b3675561e-4:5 (1c2cbee) to be answered in DeliveryChannel{s
ervicemix-camel} from sendSync
DEBUG - SedaQueue                      - [EMAIL PROTECTED] dequeued exchange: 
InOut[
  id: ID:10.133.251.75-11b3675561e-4:5
  status: Active
  role: provider
  endpoint: HelloService
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
DEBUG - CxfBcComponent                 - Received exchange: status: Active, 
role: provider
DEBUG - CxfBcComponent                 - Retrieved correlation id: null
18 juil. 2008 16:29:15 org.apache.cxf.phase.PhaseInterceptorChain doIntercept
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: Error writing to XMLStreamWriter.
        at 
org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:248)
        at 
org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:230)
        at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
        at 
org.apache.servicemix.cxfbc.CxfBcProvider.process(CxfBcProvider.java:157)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at 
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at 
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at 
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
Caused by: com.ctc.wstx.exc.WstxIOException: Connection refused: connect
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1687)
        at 
com.ctc.wstx.sw.BaseStreamWriter.writeEndDocument(BaseStreamWriter.java:585)
        at 
org.apache.cxf.binding.soap.interceptor.SoapOutInterceptor$SoapOutEndingInterceptor.handleMessage(SoapOutInterceptor.java:243)
        ... 13 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socket.connect(Socket.java:520)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:152)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
        at sun.net.www.http.HttpClient.New(HttpClient.java:304)
        at sun.net.www.http.HttpClient.New(HttpClient.java:321)
        at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:813)
        at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
        at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:690)
        at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:857)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1771)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1739)
        at 
org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:42)
        at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:96)
        at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:214)
        at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:194)
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1685)
        ... 15 more
ERROR - CxfBcComponent                 - Error processing exchange InOut[
  id: ID:10.133.251.75-11b3675561e-4:5
  status: Active
  role: provider
  endpoint: HelloService
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
com.ctc.wstx.exc.WstxIOException: Connection refused: connect
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1687)
        at 
com.ctc.wstx.sw.BaseStreamWriter.writeEndDocument(BaseStreamWriter.java:585)
        at 
org.apache.servicemix.cxfbc.CxfBcProvider.process(CxfBcProvider.java:160)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at 
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at 
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at 
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socket.connect(Socket.java:520)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:152)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
        at sun.net.www.http.HttpClient.New(HttpClient.java:304)
        at sun.net.www.http.HttpClient.New(HttpClient.java:321)
        at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:813)
        at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
        at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:690)
        at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:857)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1771)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1739)
        at 
org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:42)
        at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:96)
        at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:214)
        at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:194)
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1685)
        ... 12 more
DEBUG - DeliveryChannelImpl            - Send ID:10.133.251.75-11b3675561e-4:5 
in DeliveryChannel{servicemix-cxf-bc}
DEBUG - SedaFlow                       - Called Flow send
DEBUG - SedaQueue                      - [EMAIL PROTECTED] dequeued exchange: 
InOut[
  id: ID:10.133.251.75-11b3675561e-4:5
  status: Error
  role: consumer
  endpoint: HelloService
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
  error: com.ctc.wstx.exc.WstxIOException: Connection refused: connect
]
DEBUG - DeliveryChannelImpl            - Notifying exchange 
ID:10.133.251.75-11b3675561e-4:5(1c2cbee) in DeliveryChannel{servicemix-camel} f
rom processInboundSynchronousExchange
DEBUG - DeliveryChannelImpl            - Notified: 
ID:10.133.251.75-11b3675561e-4:5(1c2cbee) in DeliveryChannel{servicemix-camel} 
from sendS
ync
ERROR - DeadLetterChannel              - Failed delivery for exchangeId: 
ID-PSP0020/1316-1216389427330/0-5. On delivery attempt: 0 caught: c
om.ctc.wstx.exc.WstxIOException: Connection refused: connect
com.ctc.wstx.exc.WstxIOException: Connection refused: connect
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1687)
        at 
com.ctc.wstx.sw.BaseStreamWriter.writeEndDocument(BaseStreamWriter.java:585)
        at 
org.apache.servicemix.cxfbc.CxfBcProvider.process(CxfBcProvider.java:160)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at 
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at 
org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at 
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at 
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at 
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.Socket.connect(Socket.java:520)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:152)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:231)
        at sun.net.www.http.HttpClient.New(HttpClient.java:304)
        at sun.net.www.http.HttpClient.New(HttpClient.java:321)
        at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:813)
        at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:765)
        at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:690)
        at 
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:857)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1771)
        at 
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1739)
        at 
org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:42)
        at com.ctc.wstx.io.UTF8Writer.flush(UTF8Writer.java:96)
        at com.ctc.wstx.sw.BufferingXmlWriter.flush(BufferingXmlWriter.java:214)
        at com.ctc.wstx.sw.BufferingXmlWriter.close(BufferingXmlWriter.java:194)
        at 
com.ctc.wstx.sw.BaseStreamWriter.finishDocument(BaseStreamWriter.java:1685)
        ... 12 more
DEBUG - DefaultExceptionPolicyStrategy - Finding best suited exception policy 
for thrown exception com.ctc.wstx.exc.WstxIOException
DEBUG - DefaultExceptionPolicyStrategy - No candidate found to be used as 
exception policy
DEBUG - DefaultComponentResolver       - Found component: log via type: 
org.apache.camel.component.log.LogComponent via META-INF/services/or
g/apache/camel/component/log
DEBUG - DefaultComponent               - Creating endpoint 
uri=[log:org.apache.camel.DeadLetterChannel?level=error], 
path=[org.apache.camel.
DeadLetterChannel], parameters=[{level=error}]
DEBUG - DefaultCamelContext            - 
log:org.apache.camel.DeadLetterChannel?level=error converted to endpoint: 
Endpoint[log:org.apache.c
amel.DeadLetterChannel?level=error] by component: [EMAIL PROTECTED]
DEBUG - DefaultInstrumentationAgent    - Registered objectname 
org.apache.camel:context=PSP0020/helloCamel,type=endpoint,component=log,name=
org.apache.camel.DeadLetterChannel%3flevel%3derror
ERROR - DeadLetterChannel              - Exchange[JbiMessage: [EMAIL PROTECTED]:
{javax.jbi.messaging.protocol.headers={}, org.apache.camel.Redelivered=true, 
org.apache.camel.RedeliveryCounter=1}}]
ERROR - DeadLetterChannel              - Failed delivery for exchangeId: 
ID-PSP0020/1316-1216389427330/0-5. Handled by the failure processor
: RecipientList[log:org.apache.camel.DeadLetterChannel?level=error]
DEBUG - Pipeline                       - Message exchange has failed so 
breaking out of pipeline: Exchange[JbiMessage: org.apache.servicemix
[EMAIL PROTECTED]: {javax.jbi.messaging.protocol.headers={}, 
org.apache.camel.Redelivered=true, org.ap
ache.camel.RedeliveryCounter=1}}] exception: com.ctc.wstx.exc.WstxIOException: 
Connection refused: connect fault: null
DEBUG - DeliveryChannelImpl            - Send ID:10.133.251.75-11b3675561e-2:5 
in DeliveryChannel{servicemix-camel}
DEBUG - SedaFlow                       - Called Flow send
DEBUG - SedaQueue                      - [EMAIL PROTECTED] dequeued exchange: 
InOut[
  id: ID:10.133.251.75-11b3675561e-2:5
  status: Active
  role: consumer
  service: {http://hello.samples.sofinco.com}HelloServiceRoute
  endpoint: camel10-133-251-75-11b3675561e-5-2
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
  out: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello
.samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";
><arg0 
>xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
DEBUG - DeliveryChannelImpl            - Notifying exchange 
ID:10.133.251.75-11b3675561e-2:5(dce479) in DeliveryChannel{servicemix-cxf-bc} f
rom processInboundSynchronousExchange
DEBUG - DeliveryChannelImpl            - Notified: 
ID:10.133.251.75-11b3675561e-2:5(dce479) in DeliveryChannel{servicemix-cxf-bc} 
from sendS
ync
DEBUG - DeliveryChannelImpl            - Send ID:10.133.251.75-11b3675561e-2:5 
in DeliveryChannel{servicemix-cxf-bc}
DEBUG - SedaFlow                       - Called Flow send
DEBUG - SedaQueue                      - [EMAIL PROTECTED] dequeued exchange: 
InOut[
  id: ID:10.133.251.75-11b3675561e-2:5
  status: Done
  role: provider
  service: {http://hello.samples.sofinco.com}HelloServiceRoute
  endpoint: camel10-133-251-75-11b3675561e-5-2
  operation: {http://hello.samples.sofinco.com}sayHello
  in: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello.
samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";>
<arg0 
xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
  out: <?xml version="1.0" encoding="UTF-8"?><jbi:message 
xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper"; 
xmlns:msg="http://hello
.samples.sofinco.com" name="sayHello" type="msg:sayHello" 
version="1.0"><jbi:part><ns1:sayHello 
xmlns:ns1="http://hello.samples.sofinco.com";
><arg0 
>xmlns:ns2="http://hello.samples.sofinco.com";>Manuel</arg0></ns1:sayHello></jbi:part></jbi:message>
]
DEBUG - CamelJbiComponent              - Received exchange: status: Done, role: 
provider
DEBUG - CamelJbiComponent              - Retrieved correlation id: 
ID:10.133.251.75-11b3675561e-2:5

Reply via email to