2008/12/18 nicolas de loof <[email protected]>:
> Just to follow this issue :
> How can I turn on schema validation from spring configuration :
>
>  <jaxws:endpoint address="/donneesClient"
> implementor="#donneesclientEndPoint"
> wsdlLocation="WEB-INF/wsdl/donneesClient_v1.0.wsdl" />

Try this:

<jaxws:endpoint address="/donneesClient"
implementor="#donneesclientEndPoint"
wsdlLocation="WEB-INF/wsdl/donneesClient_v1.0.wsdl">
        <jaxws:properties>
            <entry key="schema-validation-enabled" value="true" />
        </jaxws:properties>
</jaxws:endpoint>

Can't comment on the datetime conversion issue though...

Andrew.

Reply via email to