WS-SecurityPolicy commented on by Ian Homer (Apr 06, 2009).

Comment:

Following advice from Dan I got this working via the API's with:

org.apache.cxf.endpoint.Client client;
client.getRequestContext().put("ws-security.username.sct", username);
client.getRequestContext().put("ws-security.password.sct", password);

Reply via email to