This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Description
Hi!
I'm trying to build a request for a SOAP service that requires WS-Security headers. It expects a call like this:

I tried associating a map with the expected headers into the mapping like so:
(assoc-in mapping ["Envelope" "Header"] {"wsse:Security" {"wsse:UsernameToken" {"wsse:Username" "a" "wsse:Password" "c"}}})
The problem is that the wrap-body fn seems to ignore this. Can you shed a light on how to add this type of headers into the SOAP envelope? Thanks!