I'm trying to execute an URL that will pass two parameters of location coordinates that include a comma (",") but the url is being fetched differently (without the comma) therefore the webservice is returning null.
new JSONTask2().execute("http://server/WEService.svc/sendloc/56/39,911437/32,809107");