You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "El Fassi Hamza (JIRA)" <ji...@apache.org> on 2016/05/02 11:44:13 UTC

[jira] [Updated] (CXF-6885) Enable XSD validation lengths

     [ https://issues.apache.org/jira/browse/CXF-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

El Fassi Hamza updated CXF-6885:
--------------------------------
    Description: 
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 : 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.



  was:
Hi Community, I'm having an issue with the XSD Validation lenghts, even if the value is set to True.

{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}

Thanks in advance for your return.




> 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
>
> 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 : 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.4#6332)