msg.put(Message.WSDL_SERVICE, QName.valueOf(service));
String resourceURI = "https://localhost:8080/doubleit";
msg.put(Message.REQUEST_URI, resourceURI);
msg.put(SecurityContext.class, sc);
PolicyDecisionPoint pdp = new DummyPDP();
XACMLAuthorizingInterceptor authorizingInterceptor = new XACMLAuthorizingInterceptor(pdp);
try {
authorizingInterceptor.handleMessage(msg);
fail("Failure expected on deny");