RE: HTTP POST with ProducerTemplate

2016-07-25 Thread wheli
nge in the "process" method, but that caused issues. -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-POST-with-ProducerTemplate-tp5785366p5785448.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: HTTP POST with ProducerTemplate

2016-07-25 Thread wheli
Ok...how or where would I set the body of the http post in that example? The new Processor could not have context to anything outside its constructor, right? -- View this message in context: http://camel.465427.n5.nabble.com/HTTP-POST-with-ProducerTemplate-tp5785366p5785430.html Sent from the

RE: HTTP POST with ProducerTemplate

2016-07-22 Thread Goyal, Arpit
the out object and exchange.getOut().getHeader("CamelHttpResponseCode"); Hope this solves your problem. Regards, Arpit. -Original Message- From: Goyal, Arpit [mailto:arpit.go...@sap.com] Sent: Friday, July 22, 2016 11:16 AM To: users@camel.apache.org Subject: RE: HTTP POST

RE: HTTP POST with ProducerTemplate

2016-07-22 Thread Goyal, Arpit
ge (out object) --> CaseInsensitiveMap (headers object) --> CamelHttpResponseCode (property). Regards, Arpit. -Original Message- From: wheli [mailto:michael.wheli...@medfx.com] Sent: Friday, July 22, 2016 7:56 AM To: users@camel.apache.org Subject: HTTP POST with ProducerTemplate Hello, I am a

HTTP POST with ProducerTemplate

2016-07-22 Thread wheli
is message in context: http://camel.465427.n5.nabble.com/HTTP-POST-with-ProducerTemplate-tp5785366.html Sent from the Camel - Users mailing list archive at Nabble.com.