JBoss Community

Re: SOAP WS: Disable schema validation - JBoss 7.1/Seam 2.3

created by Hugo Gomes in JBoss Web Services Development - View the full discussion

Solved.

 

I've used @EndpointProperties({@EndpointProperty(key = "set-jaxb-validation-event-handler", value = "false"),}) on all @WebService I wanted to disabled this validation.

 

As stated in https://docs.jboss.org/author/display/JBWS/JBoss+Modules I needed to "Dependencies: org.jboss.ws.cxf.jbossws-cxf-client services export" to MANIFEST.MF

Reply to this message by going to Community

Start a new discussion in JBoss Web Services Development at Community