Policies for Fault messages are not being applied for unwrapped operations
--------------------------------------------------------------------------

                 Key: CXF-3244
                 URL: https://issues.apache.org/jira/browse/CXF-3244
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.3.1
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.3.2



If the wsdl defines a policy for a fault only, like:

{code}
           <wsdl:fault name="DoubleItFault">
                <wsp:PolicyReference URI="#SignedOnlyMsgPolicy" />
                <soap:body use="literal" name="DoubleItFault" />
            </wsdl:fault>
{code}

the policy is not being applied if the implementation has the operation 
unwrapped (the default).   If the operation is BARE, then the policy is applied 
correctly.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to