Hi, I am a newbie. I follow the example at http://www.jroller.com/gmazza/entry/cxf_sts_tutorial.
I have a web service that use policy sp:IssuedToken from a STS. On my web app calling the web service, I define the STS class in the cxf.xml as <jaxws:properties> <entry key="ws-security.sts.client"> <bean class="org.apache.cxf.ws.security.trust.STSClient"> .... </bean></entry></jaxws:properties> This is code on my web app is DataStorageService service = new DataStorageService(); DataStoragePortType port = service.getDataStoragePort(); How can I get security token got from the STS? patch -- View this message in context: http://cxf.547215.n5.nabble.com/Get-Security-Token-tp5728824.html Sent from the cxf-user mailing list archive at Nabble.com.
