CXF 2.2.12: How to turn off schema validation on the client side

后端 未结 4 1720
后悔当初
后悔当初 2021-01-04 20:46

I would like to turn off schema validation for JAXB-bound messages. I am dealing with the client-side CXF code (WSDL first generation). I have tried using



        
4条回答
  •  独厮守ぢ
    2021-01-04 20:56

    @SchemaValidation(type = SchemaValidation.SchemaValidationType.NONE) put this annotation to your endpoint implementation class

提交回复
热议问题