try {
WaitDialog waitDialog = new WaitDialog(this, "Deploying the Workflow.",
"Deploying the Workflow." + "Please wait for a moment.",
this.engine);
GSSCredential proxy = this.engine.getMyProxyClient().getProxy();
ODEDeploymentWindow odeDeployment = new ODEDeploymentWindow();
final WorkflowProxyClient client = new WorkflowProxyClient();
client.setXRegistryUrl(this.engine.getConfiguration()
.getXRegistryURL());
client.setEngineURL(this.engine.getConfiguration().getProxyURI());
client.setXBayaEngine(this.engine);