www.krengeltech.com

RXS_readStdIn

From Wiki

User Guide

Contents

Description

This subprocedure will allow you to read the XML data that was sent to you via an HTTP POST. The contents of the HTTP POST will be returned to your program in the return parameter:

     xmlVar = RXS_readStdIn();

Once the XML is obtained it can be passed to the parser using RXS_parse.

Prototype

     D RXS_readStdIn...
     D                 pr                  like(RXS_XmlData)

Parameters

Return Parameter
Will provide the POST contents back to your program in the form of a VARYING string.

Return value

None.

Notes / Examples

None.