Hugo Gomes [
https://community.jboss.org/people/cardmobili.hugog] created the discussion
"Re: SOAP WS: Disable schema validation - JBoss 7.1/Seam 2.3"
To view the discussion, visit:
https://community.jboss.org/message/787359#787359
--------------------------------------------------------------
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
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
[
https://community.jboss.org/message/787359#787359]
Start a new discussion in JBoss Web Services Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]