WsdlDefinitions abstractWorkflowWsdl = script.getWorkflowWSDL()
.getWsdlDefinitions();
this.odeWorkflowWSDL = abstractWorkflowWsdl;
this.odeInvokableWSDL = WSDLUtil.stringToWSDL(abstractWorkflowWsdl
.xmlString());
wsdlTransformer.makeWorkflowWSDLConcrete(this.odeInvokableWSDL,
this.getName(), dscUrl);
wsdlTransformer.setOdeLocation(odeEprEndingWithPort, this.getName(),
this.odeInvokableWSDL);
this.odeWsdlMap = new HashMap<String, WsdlDefinitions>();