Map<String, Object> responseMap = (Map<String, Object>) responseArray[0];
// TBD: check with TL team if we can change it there.
responseMap.put(TestLinkResponseParams.PROJECT_NAME.toString(), projectName);
testPlan = Util.getTestPlan(responseMap);
} catch (XmlRpcException xmlrpcex) {
throw new TestLinkAPIException("Error creating test project: " + xmlrpcex.getMessage(), xmlrpcex);
}
return testPlan;
}