You have a lot of options here. Since you are now starting your project, I would suggest you not to use the JBI components and use some of the ones provided by camel:
For consuming http without messing with wsdl n stuff you can use: http://camel.apache.org/jetty.html If you still insist on using JBI (please note that currently jbi is optional and will be removed in the future). http://servicemix.apache.org/servicemix-http.html http://servicemix.apache.org/servicemix-http-new-endpoints.html In all of the above links there are options and guide lines on how to add ssl support. -- *Ioannis Canellos* * FuseSource <http://fusesource.com> ** Blog: http://iocanel.blogspot.com ** Apache Karaf <http://karaf.apache.org/> Committer & PMC Apache ServiceMix <http://servicemix.apache.org/> Committer Apache Gora <http://incubator.apache.org/gora/> Committer *
