126127128129130131132133134135
} } private void startClient() throws Exception { if (LOCAL_SERVER) { client = new KieServicesClient(BASE_URI, MEDIA_TYPE); } else { client = new KieServicesClient(BASE_URI, DEFAULT_USERNAME, DEFAULT_PASSWORD, MEDIA_TYPE); } }