Hi,

I want to use the Interceptor to validate data I receive from other sources and send them as my WS-response payload.

The problem is, the other service uses a complex schema with no target namespace.
If I import the schema files to my own schema, spring doesn't start because the initialization of the interceptor bean fails due to the non-existing namespace.

Is there a way to use interceptors with no-namespace-schemas?


Thx