none of the policy alternatives can be satisfied.
Getting none of the policy alternatives can be satisfied. error while sending request to SOAP API .Not sure which policy it is expecting.Below is the sample code used.
Map<String, Object> ctx = ((BindingProvider) port).getRequestContext();
ctx.put("ws-security.username", "user");
ctx.put("ws-security.password", "password");