NamedValue[] contentProps = new NamedValue[1];
contentProps[0] = Utils.createNamedValue(Constants.PROP_NAME, name);
CMLCreate create = new CMLCreate("1", folderReference, null, null, null, Constants.TYPE_CONTENT, contentProps);
CML cml = new CML();
cml.setCreate(new CMLCreate[] {create});
WebServiceFactory.setEndpointAddress(ALFRESCO_ENDPOINT_TEST_SERVER);
AuthenticationUtils.startSession(ALFRESCO_USERNAME, ALFRESCO_PASSWORD);
try{