Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ources/client"; private static String axis2Conf = "src/main/resources/conf/axis2_client.xml"; private static String serverURL = "https://localhost:9443/services/"; private static final String username = "admin"; private static final String password = "admin"; /** * Initialize the repository client * * @return an initialized and authenticated client * @throws Exception */ private static WSRegistryServiceClient initialize() throws [...]
↧