private void initialize() throws MalformedURLException {
updateClientConfiguration(configuration);
// At this point we do not know the workflowExperimentId
builder = new WorkflowContextHeaderBuilder(configuration.get(BROKER),
configuration.get(GFAC),configuration.get(JCR),null,null,
configuration.get(MSGBOX));
}