July 1, 201312 yr I have a script that is importing XML from a URL location, and I have been getting this error occasionally: SAXParseExeption: unable to connect socket for URL (http:www... [url details]) As I said, this only happens occasionally. The script has been running without errors for over a year now. I'm guessing this is a network issue. Anyone know where I need to start looking?
July 3, 201312 yr Unable to connect to socket would indicate a networking error. The other major cause of SAXParseExceptions is invalid (high ASCII) characters in a XML file defined as ISO-8859
Create an account or sign in to comment