BPEEndpoint.setCurrent(this);
response = ed.sendEvent(msg, true);
} finally {
BPEEndpoint.setCurrent(null);
}
IInteraction payload = response.getPart(outputPartName);
if (response.getFault() != null) {
Exception e = response.getFault().getFaultException();
if (e != null) {
throw e;
}