213214215216217218219220221222223
XmlElement result; if (success) { result = (XmlElement) outputMessage; } else { throw new XsulException(faultMessage.toString()); } } catch (IOException e) { throw new WorkflowProxyException(e);