File wsdlFile = new File(path + XBayaConstants.WSDL_SUFFIX);
process = wf.getOdeProcess(WSDLUtil.appendWSDLQuary(this.engine
.getConfiguration().getXRegistryURL()), this.engine
.getConfiguration().getODEURL());
String processString = process.xmlStringPretty();
FileWriter writer = new FileWriter(bpelFile);
writer.write(processString);
writer.close();
WsdlDefinitions workflowWSDL = wf.getOdeWorkflowWSDL(this.engine.getConfiguration().getDSCURL(),