+ "procedures/procedureId/" + procedureId);
method.addRequestHeader("Accept", this.contentType);
method.addRequestHeader("Content-Type", this.contentType);
this.httpClient.executeMethod(method);
gson = new Gson();
node = gson.fromJson(method.getResponseBodyAsString(),
new TypeToken<Collection<ResponseNode>>() {
}.getType());
String callNode = node.iterator().next().getSelf();
this.createRelationship(emergencynode, callNode,
EmergencyRelationshipType.INSTANTIATE.name());