if (!response.contains("No records found")) {
String[] partMasterPOI = response.split(Pattern.quote("|"));
for (int w = 0; w < partMasterPOI.length; w++) {
if (partMasterPOI[w].indexOf("POI_") >= 0) {
TollFeeAux pedagio = new TollFeeAux();
pedagio.xy = "#"
+ partMasterPOI[w].substring(partMasterPOI[w].indexOf(",") + 1)
+ "~"
+ partMasterPOI[w].substring(partMasterPOI[w].indexOf("PLL") + 4, (partMasterPOI[w].indexOf("PLL") + 4)
+ partMasterPOI[w].substring(partMasterPOI[w].indexOf("PLL") + 4).indexOf(",")) + "#";