t that your route
does not set an out message on the exchange: the file component is
working to a 'InOnly' MEP while the CXF component is working in
'InOut' MEP.
Maybe add a processoe after your 'to' that sets a response?
/Ade
- Original Message -----
From: A
Bingo!
File is written correctly now.
Thanks!
Claus Ibsen wrote:
On Mon, Nov 23, 2009 at 8:47 AM, Alexandros Karypidis wrote:
I changed my Router to read:
from("cxf:bean:asyncMessagingProvider").to("log:AsyncMessaging").to("file:///outfiles/");
instead of:
from("cxf:bean:asyncMessa
'InOut' MEP.
Maybe add a processoe after your 'to' that sets a response?
/Ade
- Original Message -
From: Alexandros Karypidis
To: users@camel.apache.org
Sent: Sun Nov 22 16:41:37 2009
Subject: Newbiew: from(cxf).to(file) doesn't work
Hi,
I'm trying to
On Mon, Nov 23, 2009 at 8:47 AM, Alexandros Karypidis wrote:
> I changed my Router to read:
>
> from("cxf:bean:asyncMessagingProvider").to("log:AsyncMessaging").to("file:///outfiles/");
> instead of:
> from("cxf:bean:asyncMessagingProvider").to("file:///outfiles/");
>
Try adding a .convertB
I changed my Router to read:
from("cxf:bean:asyncMessagingProvider").to("log:AsyncMessaging").to("file:///outfiles/");
instead of:
from("cxf:bean:asyncMessagingProvider").to("file:///outfiles/");
Now, I can see the SOAP envelope in the output as it passes through the
log endpoint
; Hi there,
>>>
>>> I *think* your problem may be related to the fact that your route does
>>> not set an out message on the exchange: the file component is working to a
>>> 'InOnly' MEP while the CXF component is working in 'InOut' MEP.
>>>
dis
To: users@camel.apache.org
Sent: Sun Nov 22 16:41:37 2009
Subject: Newbiew: from(cxf).to(file) doesn't work
Hi,
I'm trying to create my "hello world" of CXF 2.2.4 + Camel 2.0.0.
The idea is simple: I publish a WSDL as a camel-cxf endpoint and add
a route to a file endpoi
at sets a response?
/Ade
- Original Message -
From: Alexandros Karypidis
To: users@camel.apache.org
Sent: Sun Nov 22 16:41:37 2009
Subject: Newbiew: from(cxf).to(file) doesn't work
Hi,
I'm trying to create my "hello world" of CXF 2.2.4 + Camel 2.0.0. The
idea is simp
onse?
/Ade
- Original Message -
From: Alexandros Karypidis
To: users@camel.apache.org
Sent: Sun Nov 22 16:41:37 2009
Subject: Newbiew: from(cxf).to(file) doesn't work
Hi,
I'm trying to create my "hello world" of CXF 2.2.4 + Camel 2.0.0. The
idea is simple: I publish a
7; that sets a response?
/Ade
- Original Message -
From: Alexandros Karypidis
To: users@camel.apache.org
Sent: Sun Nov 22 16:41:37 2009
Subject: Newbiew: from(cxf).to(file) doesn't work
Hi,
I'm trying to create my "hello world" of CXF 2.2.4 + Camel 2.0.0. The
idea is si
Hi,
I'm trying to create my "hello world" of CXF 2.2.4 + Camel 2.0.0. The
idea is simple: I publish a WSDL as a camel-cxf endpoint and add a route
to a file endpoint. If I understand correctly, that would lead to files
being created in a folder, containing the SOAP xml of the web service.
Wh
11 matches
Mail list logo