Kbase 20459: SonicMQ: Change Needs to be Made in Example10.p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/12/2000 |
|
SUMMARY:
This solution provides a change that must be made to example10.p in the Progress Version 9.1B directory:
%DLC\src\samples\sonicmq\adapter\examples
in order to avoid an exception that is thrown when you parse an XML document.
SOLUTION:
The example10.p file is used to generate an XML document using 4GL Adapter implementation for SonicMQ. The following line must be changed:
Replace the line:
RUN appendText IN mesgH("encoding='ISO8859-1' ?>")
with:
RUN appendText IN mesgH("encoding='ISO-8859-1' ?>")