Consultor Eletrônico



Kbase P25418: WEE-CONTEXT:IS-XML never returns true in the 4GL
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/21/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Listening for data on a 4GL socket

Data coming across the socket is formatted as if it were posted from a web browser

WEB-CONTEXT:IS-XML never returns true

CAUSE:

The WEB-CONTEXT:IS-XML method only works with WebSpeed

FIX:

Modify the application to manually parse the data to determine the beginning and end of the XML document then store that data in a MEMPTR. Once the data is in a MEMPTR the MEMPTR can be loaded into either the DOM Parser or SAX Parser.