[ https://issues.apache.org/jira/browse/CXF-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-6885. ------------------------------ Resolution: Incomplete Fix Version/s: Invalid Would need a test case. From the looks of of the basic config, a wsdllocation was not supplied which would have provided the exact schema to validate against. Without it, the generated schema would be used which would not contain the facets. > Enable XSD validation lengths > ----------------------------- > > Key: CXF-6885 > URL: https://issues.apache.org/jira/browse/CXF-6885 > Project: CXF > Issue Type: Bug > Environment: tomcat 7, Eclipse, Spring, JAX-WS, Maven > Reporter: El Fassi Hamza > Priority: Blocker > Fix For: Invalid > > > Hi Community, I'm having an issue with the XSD Validation lenghts, even if > the value is set to True. > My problem is for now with the IN Request, i use cxf-api : version 2.7.3. > {code:xml} > <jaxws:endpoint id="epWSTest" > implementor="com.location.ws.WSTest" address="/services/WSTest"> > <jaxws:binding> > <soap:soapBinding version="1.2" /> > </jaxws:binding> > <jaxws:properties> > <entry key="schema-validation-enabled" value="true" /> > </jaxws:properties> > </jaxws:endpoint> > {code} > NB : CXF version = cxf-api : 2.7.3 , > Thanks in advance for your return. -- This message was sent by Atlassian JIRA (v6.3.15#6346)