Subversion Repositories SmartDukaan

Rev

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

Rev 11266 Rev 13861
Line 105... Line 105...
105
			itemSnapdealMap.put(snapdealItem.getItem_id(), snapdealItem);
105
			itemSnapdealMap.put(snapdealItem.getItem_id(), snapdealItem);
106
		}
106
		}
107
 
107
 
108
	}
108
	}
109
	public static void handleLogin() throws ClientProtocolException, IOException{
109
	public static void handleLogin() throws ClientProtocolException, IOException{
110
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
110
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/login?service=http%3A%2F%2Fseller.snapdeal.com%2Fj_spring_cas_security_check");
111
		HttpResponse response = null;
111
		HttpResponse response = null;
112
		try {
112
		try {
113
			response = client.execute(get);
113
			response = client.execute(get);
114
		} catch (ClientProtocolException e) {
114
		} catch (ClientProtocolException e) {
115
			// TODO Auto-generated catch block
115
			// TODO Auto-generated catch block