Consultor Eletrônico



Kbase P125928: XML parser fails with basic http authentication
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/19/2011
Status: Unverified

SYMPTOM(s):

Loading XML document from http URL

Http URL includes basic authentication (example: http://username:password@xml.testdomain.com )

Using one of the following methods:

sax-reader:SET-INPUT-SOURCE() followed by one of the sax-reader:PARSE methods

x-document:LOAD()

temp-table:READ-XML()

ProDataSet:READ-XML()

XML document fails to load

Errors indicate that file can not be found

FACT(s) (Environment):

OpenEdge 10.x
All Supported Operating Systems

CAUSE:

Bug# OE00158228

FIX:

Workaround:

Use an intermediate web page/script that does not require authentication itself, but will performs the authentication on the actual URL.