log.info("Response received to the callback");
OMElement result
= messageContext.getEnvelope().getBody().getFirstElement();
// Detach the result to make sure that the element we return to the sample client
// is completely built
result.detach();
client.setResponse(result);
}
public void onFault(org.apache.axis2.context.MessageContext messageContext) {
log.warn("Fault received to the callback : " + messageContext.getEnvelope().