| Line 107... |
Line 107... |
| 107 |
nameValuePairs.add(new BasicNameValuePair("username",
|
107 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 108 |
"saholic-snapdeal@saholic.com"));
|
108 |
"saholic-snapdeal@saholic.com"));
|
| 109 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
109 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 110 |
//"sonline"));
|
110 |
//"sonline"));
|
| 111 |
nameValuePairs.add(new BasicNameValuePair("password",
|
111 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 112 |
"snapsaholic"));
|
112 |
"saholic15"));
|
| 113 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
113 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 114 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
114 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 115 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
115 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 116 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
116 |
nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 117 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
117 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|