respMsg = new Message(fault);
serverContext.setResponseMessage(respMsg);
} else {
SOAPFault faultEl = new SOAPFault(fault);
SOAPEnvelope env = respMsg.getSOAPEnvelope();
env.clearBody();
env.addBodyElement(faultEl);
}
}
// copy back the response, and force its format to String in order to