I have a WS Consumer (generated using WSDL2JAVA) but I need to enable schema
validation. I have seen this done using the CXF.xml file 

    <jaxws:client name="{http://www.areva.com/mmi/wsdl}MMIPortType";
createdFromAPI="true">
        <jaxws:properties>
            <entry key="schema-validation-enabled" value="true" />
        </jaxws:properties>
    </jaxws:client>


but I can not seem to find how to do this programmatically. Any advice?

Thank you,

Juan
-- 
View this message in context: 
http://www.nabble.com/How-to-set-schema-validation-programmatically-for-a-WS-Client--tp20200084p20200084.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to