Search:

Type: Posts; User: Json

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    4,717

    Re: Read XML from Internet Hang

    Not a clue to be honest :(

    // Json
  2. Replies
    8
    Views
    4,717

    Re: Read XML from Internet Hang

    So if your connection disappears does the URL connection not throw an ioexception at you? Everything just hangs? That sounds strange.

    // Json
  3. Replies
    8
    Views
    4,717

    Re: Read XML from Internet Hang

    So the address you are passing in to your xmlReader.parse is an actual http link then I take it?

    I think you should use a normal urlConnection to get the data you need and then put it in a...
  4. Replies
    8
    Views
    4,717

    Re: Read XML from Internet Hang

    You need to be able to set some sort of timeout on your request to get the file. Whats the location of the file you are trying to pass into your XMLReader? Is the file somewhere on the internet?
    ...
Results 1 to 4 of 4