1

I have a BizTalk app that is currently using the WCF-Custom Adapter.

The config Sendport, the problem is that only the body and the TimeStamp have to be signed and the messageProtectionOrder property does not allow the only signature. I need behavior to just sign the body and Timestamp.

Can some help?

Solution proposed by me and shared

Hi all

Perform a custom sendport by hand that is functional with a behavior that determines the protectionlevel.

I want to share it with everyone, as it seems necessary.

For a WS Secure with only signature, you can change the Ws model with the messageSecurityVersion parameter.

The behavior is necessary, whoever wants to ask for it.

[1]: https://pastebin.com/emrkjFTa

messagesecurityversion

Sergio
  • 11
  • 2
  • 1
    This looks like it might be a customer support question, see "[Why can't I ask customer service-related questions?](http://meta.stackoverflow.com/a/255746)" – Haem May 10 '19 at 13:52
  • Have you looked at writing a custom end point behavior? – Dijkgraaf May 21 '19 at 22:55

0 Answers0