we're using a Soap based webservice in Java 1.6 that implements WSS security via token. There will be a new consumer of that webservice who wants to do auth via basic auth. Question is now: is it possible to enhance the existing webservice, so that one consumer can connect via WSS and the other one via basic auth?
Thanks, Regards Jens