Hi, I have a web service that requires SAML2 token from a STS (in client requests). How can I retrieve the token from the web service implementation class? Is it possible?
This is my web service implementation class ****************************************************** @WebService(targetNamespace = "http://nels.no/eup/service/data/contract/Datastorage", portName="DatastoragePort", serviceName="DatastorageService", endpointInterface="no.nels.eup.service.data.contract.datastorage.DatastoragePortType") public class DatastoragePortTypeImpl implements DatastoragePortType { public ListAllCollectionsResponse getCollection(ListAllCollections parameters) { .... } } ****************************************************** patch -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-retrieve-Token-from-WSP-tp5729004.html Sent from the cxf-user mailing list archive at Nabble.com.
