Hello,

i could want to validate request and sign response with the XwsSecurityInterceptor. I was reading the IntegrationTest of the unit test of xwss and the interceptor has 2 callbacks:
KeyStoreCallbackHandler and AcegiCertificateValidationCallbackHandler

i don't know if i understand well, but:
if i configure KeyStoreCallbackHandler with a keystore and a trustsore, verify the interceptor the request with this truststore and sign the response with the keystore???

for what add AcegiCertificateValidationCallbackHandler to the interceptor??? this only validate the request again, no???

thanks for any help, or link to tutorial of xwss,
César.