How to put SAML token directly into JAX-WS service without calling STSClient
问题 Last year I made JAX-WS client for a web service in this link This webservice use a STS service to get SAML token and use it to access main webservice. I use wsdl2java of apache cxf to generate JAX-WS client for this webservice. Everything was just fine. Recently they have updated their STS service endpoint. This new STS service endpoint. Which has different signature and digest algorithm. It has some extra element in request body. I tried to modify current code so that it support new STS