How to set custom KeepAliveStrategy in AsyncHTTPConduitFactory

2016-02-25 Thread FlorianK
Hi, I realize that the subject of my email is very specific, the specifics as to why I am asking for this can be found below (its long). But in a nutshell we need a way to specify our own implementation of ConnectionKeepAliveStrategy

Re: Unable to see SOAP headers while using UsernameToken assertion

2016-02-25 Thread Colm O hEigeartaigh
I don't see anything immediately wrong from your configuration. Could you create a test-case that I could run to reproduce the problem? Colm. On Thu, Feb 25, 2016 at 2:01 PM, Giriraj Bhojak wrote: > Thanks Colm, I changed the namespace to the one you mentioned. Now I am > getting similar error,

Re: Unable to see SOAP headers while using UsernameToken assertion

2016-02-25 Thread Giriraj Bhojak
Thanks Colm, I changed the namespace to the one you mentioned. Now I am getting similar error, though the stack trace has the class referring to 200702. org.apache.cxf.ws.policy.PolicyException: These policy alternatives can not be satisfied: {http://docs.oasis-open.org/ws-sx/ws-securitypolicy/

Re: Unable to see SOAP headers while using UsernameToken assertion

2016-02-25 Thread Colm O hEigeartaigh
It looks like you are using the wrong namespace for "sp". It should be: xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"; whereas from the error above it appears that you are using " http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200802";. Colm. On Thu, Feb 25, 2016 at 4