Hi Freeman , There is a system test which enable the schema validation . You can find the config file (cxf-config.xml) from trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ .
Regards Jim > -----Original Message----- > From: Fang, Yue (Freeman) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 27, 2007 5:28 PM > To: [email protected] > Subject: how to enable schemavalidation for endpoint > > > 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 >
