P
Peter Judge
Guest
Hey Louis, I’m glad you’ve got it working. If you’re generating the file on the fly, or reading from a db, then the Memptr approach is probably the better one to use. The list of valid values for the msgElem type is in the ElementTypeEnum ( shipped in $DLC/src/netlib/OpenEdge.net.pl or more easily read at ADE-Sourcecode/ElementTypeEnum.cls at master · consultingwerk/ADE-Sourcecode · GitHub ). The value of the “name” property varies depending on the type. For the others, the “value” depends on the type. - body: we ignore it so null is used by convention - headers: the name of an HTTP header - cookies: the name of a cookie - field: the name of a field. In JSON this would be a property name. In the future, this might be Content-ID of a multipart message part. - query: the name of a query parameter string - status code: a status code
- constant: a constant value to pass into the ABL code Note that some are input only, some are output only and some are used for input and outpuit. In general terms we have the documentation of the DOH’s mapping on our backlog.
Continue reading...
Continue reading...