MyLeadConfiguration myleadConfig = new MyLeadConfiguration(
this.configuration.getMyLeadAgentURL(), this.configuration
.getMyLeadUser(), this.configuration.getMyLeadProject());
MyLead myLead = new MyLead(myleadConfig, proxy);
UserX509Credential gpelUserCredential = new UserX509Credential(
proxy, XBayaSecurity.getTrustedCertificates());
WorkflowClient gpelClient = WorkflowEngineManager.getWorkflowClient(XBayaConstants.DEFAULT_GPEL_ENGINE_URL, gpelUserCredential);
gpelClient.setEngineURL(XBayaConstants.DEFAULT_GPEL_ENGINE_URL);
WorkflowCreator workflowCreator = new WorkflowCreator();