Hi

If the custom http header is not a soap header, then you would need to
dig a bit to access it.

I think you can do it using the spring api

WebServiceMessage ws =
exchange.getIn(SpringWebserviceMessage.class).getWebServiceMessage();

And then see what WebServiceMessage has in the api to access the http headers.

On Thu, Jan 29, 2015 at 4:23 PM, clinton <clint.pe...@ionep.com> wrote:
> We are planning on using F5 LTM to terminate SSL sessions that are mutually
> authenticated.  Our receiving endpoints are using the Spring-ws component.
> The F5 is going to put the identity info from the caller's certificate into
> a custom HTTP header before forwarding.
> How can I get access to this header so we can do the authorization check?
> Thanks
> Clint
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/F5-load-balancer-w-SSL-M-A-termination-in-front-of-Camel-tp5762236.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to