Subversion Repositories SmartDukaan

Rev

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

Rev 9961 Rev 9967
Line 90... Line 90...
90
			e.printStackTrace();
90
			e.printStackTrace();
91
		}
91
		}
92
 
92
 
93
	}
93
	}
94
 
94
 
95
	public static void main(String[] args) throws ClientProtocolException, IOException,TException{
95
	public static void main(String[] args) throws ClientProtocolException, TException{
96
		calculateinventory();
96
		calculateinventory();
97
		DefaultHttpClient httpclient = new DefaultHttpClient();
97
		DefaultHttpClient httpclient = new DefaultHttpClient();
98
		httpclient = (DefaultHttpClient) WebClientWrapper.wrapClient(httpclient);
98
		httpclient = (DefaultHttpClient) WebClientWrapper.wrapClient(httpclient);
99
		httpclient.getCredentialsProvider().setCredentials(
99
		httpclient.getCredentialsProvider().setCredentials(
100
				new AuthScope("sandbox-api.flipkart.net", 443),
100
				new AuthScope("sandbox-api.flipkart.net", 443),