/**
* Lines Inserted by Prakash
* Redirecting verbose messages to logs
*/
if (verbose){
XMLDocumentWriter dw = new XMLDocumentWriter();
S.out("\nRECEIEVED SOAP MESSAGE (" + GregorianCalendar.getInstance().getTime() + "):\n" );
dw.write(d.getChildNodes().item(0));
}
/*
* Line added by prakash
* THis function accept Document result and throw RexXMLAException if found any error.