| Line 693... |
Line 693... |
| 693 |
nameValuePairs.add(new BasicNameValuePair("username",
|
693 |
nameValuePairs.add(new BasicNameValuePair("username",
|
| 694 |
"saholic-snapdeal@saholic.com"));
|
694 |
"saholic-snapdeal@saholic.com"));
|
| 695 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
695 |
//nameValuePairs.add(new BasicNameValuePair("password",
|
| 696 |
//"sonline"));
|
696 |
//"sonline"));
|
| 697 |
nameValuePairs.add(new BasicNameValuePair("password",
|
697 |
nameValuePairs.add(new BasicNameValuePair("password",
|
| 698 |
"snapsaholic"));
|
698 |
"saholic15"));
|
| 699 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
699 |
nameValuePairs.add(new BasicNameValuePair("_eventId","submit"));
|
| 700 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
700 |
nameValuePairs.add(new BasicNameValuePair("execution",ex));
|
| 701 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
701 |
nameValuePairs.add(new BasicNameValuePair("lt",lt));
|
| 702 |
//nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
702 |
//nameValuePairs.add(new BasicNameValuePair("submit","LOGIN"));
|
| 703 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|
703 |
post.setEntity(new UrlEncodedFormEntity(nameValuePairs,"utf-8"));
|