We are trying to validate the soap request/responses on the server side by
using the "schema-validation-enabled" ,but i do not see any validation
happening.Below is the end-point definition from our cxf-servlet.xml.Is
this a bug?
<jaxws:endpoint
id="AuthenticationService"
implementor="com.primavera.ws.jaxws.provider.AuthenticationProvider"
wsdlLocation="WEB-INF/wsdl/Authentication.wsdl"
address="/AuthenticationService">
<jaxws:features>
<bean class="org.apache.cxf.feature.LoggingFeature"/>
</jaxws:features>
<jaxws:properties>
<entry key="schema-validation-enabled"
value="true" />
</jaxws:properties>
</jaxws:endpoint>
thanks,
Bharath