Hello, I am able to get security token from STS, but now I want to use in the service call. The problem is for STSClient I'm using spring configuration partially. I have generated the web service client. How can I combine these two? I tried to do:
((BindingProvider)port).getRequestContext().put("ws-security.sts.client",
stsClient);
But this seems to have no effect.
-Vinay
