KB Article #176264
Extract WSS Header Block filter fails, but does not allow a failure path
Problem
-- The Extract WSS Header Block filter does not allow a failure path, even though the filter itself can fail if the request does not include or has an invalid WSS Header Block.Resolution
* The work-around for this issue is to use a Content-Validation filter and do an XPath on /soapenv:Envelope/soapenv:Header/wsse:Security If the header is not there, it will fail, and you can put a failure path on that. A sample work-around policy is attached.