Read xml from SSL server [modified]
-
I'm reading an xml file that is stored on a webserver that has SSL. But I get an error " '>' is an unexpected token. The expected token is '"' or '''. Line 3, position 46." It works fine if the xml file is on a webserver that doesn't have SSL. I'm using XmlDocument.Load(url) Is there some other way that I can try? Edit. If I was unclear, the xml file is on a different server than my web application.
modified on Friday, December 12, 2008 2:40 PM
-
I'm reading an xml file that is stored on a webserver that has SSL. But I get an error " '>' is an unexpected token. The expected token is '"' or '''. Line 3, position 46." It works fine if the xml file is on a webserver that doesn't have SSL. I'm using XmlDocument.Load(url) Is there some other way that I can try? Edit. If I was unclear, the xml file is on a different server than my web application.
modified on Friday, December 12, 2008 2:40 PM
Sounds to me that it is not a matter of SSL/non-SSL but more to the content of the XML document. Are you sure that you test with the _same_ XML documents?
• My personal 24/7 webcam - Always live ;-) • Holiday Season special – zeta producer Desktop 8 (CMS) including all modules for only $129! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.
-
Sounds to me that it is not a matter of SSL/non-SSL but more to the content of the XML document. Are you sure that you test with the _same_ XML documents?
• My personal 24/7 webcam - Always live ;-) • Holiday Season special – zeta producer Desktop 8 (CMS) including all modules for only $129! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.