Error Load Xml Error: Unsupported Protocal In Url

Potish

Member
I am attempting to process an XML document from a vendor using the LOAD statement as below.

Code:
ghDocument:LOAD("FILE":u, "c:\sample.xml", FALSE) NO-ERROR.

However I am getting the following error

X-NODEREF or X-DOCUMENT LOAD got an error: FATAL ERROR: file 'c:\sample.xml', line '1', column '0', message 'unsupported protocal in URL'. (9082)

The XML document looks as follows

Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE protocol SYSTEM "https://www.vendor.com/vendor.dtd"><protocol ver="0.0" pgid="xxx" pwd="xxx" ><errorrx ecode="202" edesc="The Requested Transaction Has Already Been Settled" /></protocol>

I searched online and cannot find a solution for this error. How can I get this resolved. I cannot change vendor document.

Running OpenEdge 11.1 on Windows Server.
 
Top