L
leonkersten
Guest
We are in the process of migrating from Transaction server to PASOE. This simple program works correctly using the Transaction server but does not work in PASOE with the OpenEdge.Web.CompatibilityHandler USING Progress.Json.JsonParser from propath. USING Progress.Json.ObjectModel.* from propath. { src/web/method/cgidefs.i {1}} { src/web/method/webutils.i {1}} {&OUT} "Content-Type: application/json" http-newline http-newline. def var demoObject as JsonObject. demoObject = new JsonObject(). demoObject:Add("Tekst","Demo"). demoObject:WriteStream("WebStream",yes,"UTF-8"). What am i doing wrong ?
Continue reading...
Continue reading...