No, it should work fine with the TransportBinding. The problem is that
your policy is invalid, as it leaves out the TransportToken policy. If
you were to add in:

<sp:TransportToken>
    <wsp:Policy>
        <sp:HttpsToken>
            <wsp:Policy/>
        </sp:HttpsToken>
     </wsp:Policy>
</sp:TransportToken>

Then you would see the BST in the request. I have merged a fix so that
an exception will be thrown on attempting to parse a TransportBinding
policy with no TransportToken.

Colm.

On Tue, Feb 14, 2012 at 8:19 PM, blicket <[email protected]> wrote:
> I think I've got it.  I needed to use it with sp:AsymmetricBinding.  Thank
> you.
>
> --
> View this message in context: 
> http://cxf.547215.n5.nabble.com/x-509-security-token-tp5150380p5483759.html
> Sent from the cxf-user mailing list archive at Nabble.com.



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to