I'm looking to implement an ESB and wanted to get thoughts related to "how" my web services might change (WCF) or -- how my client apps that consume these services might "need to be revised" (-- other than a new service ref to the ESB path --)
The device I'm working with specifically is the "WebSphere DataPower XML Security Gateway XS40...
Hi,
Our processing rule includes two Tranform actions, and a Validate, and Results actions. We want to add another action between the two transform actions to do the following:
The new action will use an XSLT to evaluate an expression. If there is a match, skip the rest of the processing rule actions to go to the last Results actions. ...
I am looking for sample code that will encrypt/decrypt the message while in the store. I will be using SSL for the transport.
...
Is there any way to pull information about which client certificate was used inside of my web service method when using <security mode="Transport>? I sifted through OperationContext.Current but couldn't find anything obvious.
My server configuration is as follows:
<basicHttpBinding>
<binding name="SecuredBasicBindingCert">
...