definitions = workflowWSDL.getWsdlDefinitions();
File bpelFile2 = new File(this.temporalDirectory, filename + "-2" + XBayaConstants.BPEL_SUFFIX);
File wsdlFile2 = new File(this.temporalDirectory, filename + "-2" + XBayaConstants.WSDL_SUFFIX);
XMLUtil.saveXML(gpelProcess.xml(), bpelFile2);
XMLUtil.saveXML(definitions.xml(), wsdlFile2);
File workflowFile2 = new File(this.temporalDirectory, filename + "-2" + XBayaConstants.WORKFLOW_FILE_SUFFIX);
XMLUtil.saveXML(workflow.toXML(), workflowFile2);
// Compare