Hi,I'd like to make SimpleAuthenticationHandler aware of the operation that's being called, in order to allow certain operations only for certain users.
I guess I could examine the raw contents of msgContext.getRequestMessage().getSOAPEnvelope().toString(), but I was hoping there'd be a more elegant way to do this.
Can anyone help? TIA, Dan
