Hi, I have created stubs from the wsdl. But the stub created using jaxws doesn't do schema validation by default. So I added schemavalidation annotation to the service. Still it doesn't do schemavalidation. Does Tuscany do schemavalidation?
e.g
@javax.jws.WebService(......)
@SchemaValidation(handler=ErrorHandler.class)
public class MyServiceImpl implements MyService {
------
}
Is @SchemaValidation supported in Tuscany?
