Hi! 

s-http (secure http) I want to use. 
camel works support for s-http ? 
If you use supporting What should I set? 

current setting : 
            <route id="shttp">
                <from uri="servlet:///test?matchOnUriPrefix=true"/>
                <camel:convertBodyTo type="String"/>
                <camel:process ref="inProcessor"/>
                <to uri="http://shttp.test.com?bridgeEndpoint=true"/>
                <camel:convertBodyTo type="String"/>
                <camel:process ref="outProcessor"/>
            </route>

result : 
HttpOperationFailedException 

--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-is-support-for-s-http-tp4960717p4960717.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to