Hi,
I use JBoss 7.1 final and would like JBoss to validate the payload.
I've created an xsd-schema, a wsdl file and a server implementation.
The service is annotaded with @SchemaValidation and executes fine but does not do any validation.
Do I have to do anything more than add the annotation to force JBoss to validate the payload?
/Gunnar