Details
Description
Caused by: org.apache.cxf.ws.policy.PolicyException: Reference to policy #WSHttpBinding_ICrmService_policy could not be resolved.
I am getting this exception when calling one of the methods.
This is part of WSDL which is referencing a local policy.
<wsp:Policy wsu:Id="WSHttpBinding_ICrmService_policy">
<wsp:ExactlyOne>
<wsp:All>
<wsaw:UsingAddressing />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsp:PolicyReference URI="#WSHttpBinding_ICrmService_policy" />