/////////////////////////////////////////////////////////////////////////////
//Now we build the response
RequestSecurityTokenResponse requestSecurityTokenResponse=new RequestSecurityTokenResponse(res);
RequestedSecurityToken requestedSecurityToken=new RequestedSecurityToken(res);
//Token Type
TokenType tokenTypeRes=new TokenType(res);
tokenTypeRes.setValue(tokenType.getValue());
//Request Type
RequestType requestTypeRes=new RequestType(res);