Also, when I add this to my webservice:
@SchemaValidation( enabled=true,
errorHandler=nl.kb.hrd.dd.karakterisering.impls.ValidationErrorHandler.class,
schemaLocation="ergens")
and send an invalid request, nothing happens (or seems to happen). The request just gets
passed, the handler is not called, and I see no errormessage about the invalid
schemaLocation.
A related question: in the JAX-WS RI, it does not seem to be necessary to specify the
schema location. Why is it needed here ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142327#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...