Re: FTP Consumer has strange behaviour

2016-05-15 Thread Michele
Hi Brad, first of all, thank you for all. If I understood, I changed route configuration like this (doneFileName Policy on Local Producer and Consumer): ftp://username@host/IN?password=xx&move=Save&stepwise=false";> ... process it // OnException

rest to soap

2016-05-15 Thread miri eyni
public void configure() throws Exception { from("jetty:http://localhost:8080/json?matchOnUriPrefix=true";).process(new Processor() { @Override public void process(Exchange exchange) throws Excepti

Re: rest to soap

2016-05-15 Thread yogu13
Looks like you are not reading the request body which has come in as part of the from("jetty:http://localhost:8080/json?matchOnUriPrefix=true";) try reading it and convert it to the datatype that the route would use. Regards, -Yogesh -- View this message in context: http://camel.465427.n5

mock http endpoint and retrieving value form properties file

2016-05-15 Thread Deepak kumar
I have route in my camel context like this:- routename How can i test the abo