nsCtx.addNamespace(WSConstants.WSSE_PREFIX,WSConstants.WSSE_NS);
nsCtx.addNamespace(WSConstants.WSU_PREFIX,WSConstants.WSU_NS);
xp.setNamespaceContext(nsCtx);
return xp.selectNodes(elem);
} catch (JaxenException e) {
throw new WSSecurityException(e.getMessage(), e);
}