Bonjour la Communauté, J'ai un soucis pour activer la validation XSD des longueur même si le champs est sur True.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
<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>
Merci d'avance pour vos retours.