Workflow workflow = new Workflow(workflowAsString);
WsdlDefinitions wsdl = workflow.getTridentWorkflowWSDL(
XBayaConstants.DEFAULT_DSC_URL,
XBayaConstants.DEFAULT_ODE_URL.toString());
System.out.println("llllllllllllllllllllllllll");
System.out.println(wsdl.xmlStringPretty());
ODEClient client = new ODEClient();
Pair<String, String>[] in = new Pair[3];
List<WSComponentPort> inputs = client.getInputs(workflow);