Add a description, image, and links to the django-api topic page so that developers can more easily learn about it.
public String getXmlFromUrl(String url) { String xml = null; try { DefaultHttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(url ...