Kbase P40464: How to send an XML document from Java Open client class to 4
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/10/2003 |
|
Status: Unverified
GOAL:
How to send an XML document from Java Open client class to 4GL code
through the appServer
FACT(s) (Environment):
Progress 9.1D
FIX:
Load XML document into a com.progress.open4gl.Memptr instance which is passed on the AppServer as MEMPTR. Then xml document defined as X-Document can load the information via LOAD( "MEMPTR", hMemptr ) method.