System.out.println(ucResponse.toString());
//Copies metadata to the mutable object in the remote cluster
System.out.println(">>>>>> Copy (Remote) <<<<<<<<");
ScspHeaders headers = new ScspHeaders();
headers.addValue("Castor-color", "blue");
ScspResponse ccResponse = client.copyMutable("", rcn + "/" + uuid, rswArgs, headers);
uuid = ccResponse.getResponseHeaders().getHeaderValues("Content-UUID").get(0);
System.out.println(ccResponse.toString());
//Reads the mutable object directly from the remote cluster