Consultor Eletrônico



Kbase P45588: How to use memory pointers in 4GL application to not truncate XML document sent from Sonic?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/02/2009
Status: Verified

GOAL:

How to send a large XML document to Sonic via the 4GL Sonic Adapter

GOAL:

How to use memory pointers in 4GL application to not truncate XML document sent from Sonic?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x
OpenEdge Category: Language (4GL/ABL)

FIX:

Store the XML document in a MEMPTR, then grab 30K worth of data from the MEMPTR at a time using the GET-STRING function and append that within the 4GL Sonic Adapter using the appendText procedure.