Hello All,
I'm working on a jboss client that connects to a .net WCF webservice with ws-security enabled. The .net webservice has the following ws-security configurations:
WSHttpBinding
default Algorithm Suite = Basic128Rsa15
authentication Mode = MutualCertificate (We are using X509 Certificates)
require Derived Keys = false
security Header Layout = Strict
include Timestamp = true
Key Entropy Mode = CombinedEntropy
message Protection Order = SignBeforeEncrypt
message Security version = WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10
requires Signature Confirmation = false
I need to set the signed parts and encrypted parts for the request and response using X509 certificates for both signing and encrypting.
How do I set up these ws-security configurations on jboss GA 4.2.3? Does anyone know of any documenation or tutorial that they can direct me to on how to do this?
Thank you in advance!