Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 5 Rev 145
Line 64... Line 64...
64
				}
64
				}
65
			}
65
			}
66
		}
66
		}
Line 67... Line 67...
67
 
67
 
68
		// on fait un get asynchrone
68
		// on fait un get asynchrone
69
		RequestBuilder rb = new RequestBuilder(RequestBuilder.GET, iModele
-
 
70
				.getConfig().getServiceBaseUrl()
69
		RequestBuilder rb = new RequestBuilder(RequestBuilder.GET, Configuration.getServiceBaseUrl()
71
				+ "/InventoryImageCount/"
70
				+ "/InventoryImageCount/"
72
				+ iModele.getIdentifiant()
71
				+ iModele.getIdentifiant()
73
				+ "/"
72
				+ "/"
74
				+ requete);
73
				+ requete);