Subversion Repositories SmartDukaan

Rev

Rev 10019 | Rev 10254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10019 Rev 10038
Line 160... Line 160...
160
				break;
160
				break;
161
			}
161
			}
162
		}
162
		}
163
		ex = sb.substring(i+24,j-1);
163
		ex = sb.substring(i+24,j-1);
164
		System.out.println("EXECUTION VALUE " + ex);
164
		System.out.println("EXECUTION VALUE " + ex);
165
		HttpPost post = new HttpPost("http://selleraccounts.snapdeal.com/keymaker/login");
165
		HttpPost post = new HttpPost("http://selleraccounts.snapdeal.com/login?service=http%3A%2F%2Fseller.snapdeal.com%2Fj_spring_cas_security_check");
166
		List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>();
166
		List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>();
167
		//nameValuePairs.add(new BasicNameValuePair("username",
167
		//nameValuePairs.add(new BasicNameValuePair("username",
168
		//"khushal.bhatia@saholic.com"));
168
		//"khushal.bhatia@saholic.com"));
169
		nameValuePairs.add(new BasicNameValuePair("username",
169
		nameValuePairs.add(new BasicNameValuePair("username",
170
		"saholic-snapdeal@saholic.com"));
170
		"saholic-snapdeal@saholic.com"));