[
https://issues.apache.org/jira/browse/CXF-7402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
piyush updated CXF-7402:
------------------------
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" />
was:
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.
<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" />
> Apache CXF Policy Exception
> ---------------------------
>
> Key: CXF-7402
> URL: https://issues.apache.org/jira/browse/CXF-7402
> Project: CXF
> Issue Type: Bug
> Environment: Spring Tool Suite
> Reporter: piyush
> Fix For: 2.7.18, 3.1.11
>
>
> 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" />
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)