Re: HTTP endpoint

2013-09-05 Thread sacauskis
Thanks for the reply. This is what the code ultimately looked like: public class CamelHTTP { public static void main(String args[]) throws Exception { // create CamelContext final CamelContext context = new DefaultCamelContext(); // add

HTTP endpoint

2013-09-04 Thread sacauskis
I'm trying to set up a camel end point that mimics the following curl query *curl -k -u username:password -H If-Modified-Since: Tue, 3 Sep 2013 18:10:00 GMT -d mbl-stmt=(synloader(bounding-box 90 -180 -90 180)(products(SYN))) https://weather.server/server/cgi-bin/mcsrvr/server* The code I've