Possible to combine WSS and basic auth for a Java based webservice?

98 Views Asked by At

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

0

There are 0 best solutions below