Is it true that the following snippet , ofcourse , with the wsdl generated
and attributes of wsdlLocation set to the wsdl file etc in cxf.xml file
would work , instead of configuration in custom Spring bean? I yet have to
experiment that out.
<jaxws:endpoint id="insQuoteService"
implementorClass="com.revelex.insurance.service.InsuranceQuoteServiceImpl"
implementor="#insuranceQuoteService"
address="/insurance/InsuranceQuoteService" >
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />
</jaxws:properties>
</jaxws:endpoint>
--
View this message in context:
http://www.nabble.com/How-to-perform-XML-Schema-validation--tp19502140p19637593.html
Sent from the cxf-user mailing list archive at Nabble.com.