log.debug("ConversationClientHandler :: Trust Not required");
doc =
((org.apache.axis.message.SOAPEnvelope) sPart.getEnvelope())
.getAsDocument();
this.initSessionInfo();
this.stRes = new RequestSecurityTokenResponse(doc, true);
} catch (Exception e) {
e.printStackTrace();
throw new AxisFault(
"ConversationClientHandler ::" + e.getMessage());