Hi Rob, i need to add two binary security token in headers, the first one signed with my certificate, and the second one encrypted with other service certificate (public key cert), like this:
In the first binary security token should be signed with my cert and key and the contents is my cert.
So it would be ...
<wsse:BinarySecurityToken>MIIDLjCCA...uAI= (my cert)</wsse:BinarySecurityToken>
and then should appear the second security token from service cert.
Here i have a public key cert (not mine from other service).
So it would be similar to this: