I am using servicemix 4.4.1. I have the following data format in my
blueprint:
I was able to use this to u
I'm trying to use Camel twitter component.
http://camel.apache.org/twitter.html
I want to create a route like -
from("direct:twitter-search").to(
"twitter://search?type=polling&delay=20&keywords=mykeywords&consumerKey=key&consumerSecret=secret&accessToke
Andrew,
To wire up the proxy route to transform your request and response you have
two choices:
Synchronously
from WS
transformRequestProcessor
to HTTP
transformResponseProcessor
The route ends at transformResponseProcessor which should set the Exchange
Out message to your response XML.
o
I have an application that needs to connect to a customer's ftp server via
the GXS proxy server. I can do this with a simple Linux FTP script, but I
would like to do it with Camel Spring. The ftp script simply does ftp, open
ip, user 'username password' (to authenticate at GXS), a second user
'us
Why are you using a file in the first place? Perhaps you can use the claim
check pattern? You would park your file on a disk somewhere and put a
header in your message to point to it.
On Jun 1, 2012 2:18 AM, "Christian Müller"
wrote:
> Add a marshal / converting step.
>
> Best,
> Christian
>
> Se