java - This method must return a result of type InputStream -
i'm getting error stating this method must return result of type inputstream however i've added return statement inputstream source method. i'm not sure why issue occurring. (the issue began when attempted integrate used publish progress method in current source.) source: /* * sends query server , gets parsed results in bundle * urlquerystring - url calling webservice */ protected synchronized inputstream getqueryresults(string urlquerystring) throws ioexception, saxexception, sslexception, sockettimeoutexception, exception { try { // httpsurlconnection https = null; string uri = urlquerystring; list<namevaluepair> namevaluepairs = new arraylist<namevaluepair>(); basicnamevaluepair mdn1, mdn2,id1,id2; if (mdn.equals("")) { mdn1 = new basicnamevaluepair(...