Negative Array Size Exception
问题 I'm new to Blackberry and I'm trying to get post a search term to a server in xml. But I keep getting this error Request Failed. Reason Java.lang.NegativeArraySizeException . I wanted to check if the connection works before I parse the data so from this connection, am expecting to receive the response text in xml. Below is the code: public void webPost(String word) { word = encode (word); String responseText; try{ HttpConnection connection = (HttpConnection)Connector.open("http://some url.xml