Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.1
-
None
Description
If the wsdl defines a policy for a fault only, like:
<wsdl:fault name="DoubleItFault"> <wsp:PolicyReference URI="#SignedOnlyMsgPolicy" /> <soap:body use="literal" name="DoubleItFault" /> </wsdl:fault>
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.