Hi all,

I try to enable schemavalidation for endpoint, but it doesn't work.

What I add in cxf.xml is 
<jaxws:endpoint
    id="newPort"
    implementor="com.iona.test.TestInterfacePortImpl"
    address="http://localhost:9000";
    
    >
    <jaxws:properties>
      <entry key="schemaValidation" value="true"/>
    </jaxws:properties>
  </jaxws:endpoint>
Seems our online doc about how to config endpoint is out of date.

The relavant issue is https://issues.apache.org/jira/browse/CXF-491

Thanks very much

Freeman 

Reply via email to