M
mdanwarh
Guest
Yes, I tried to run the method by progress 4GL client and I am getting the output in longchar variable as {"ttOrder": [ { "Ordernum": 3, "CustNum": 66, "OrderDate": "1997-09-23", "ShipDate": "1997-09-28", "PromiseDate": "1997-09-28", "Carrier": "Standard Mail", "Instructions": "", "PO": "", "Terms": "Net30", "SalesRep": "HXM", "BillToID": 0, "ShipToID": 0, "OrderStatus": "Shipped", "WarehouseNum": 0, "Creditcard": "American Express" } ]} I tried changing JsonType to Object/String/longvalue in Edit Node of Output section in Mapping defintions, but still there is not data in output. In case JsonType -> Object I am getting {"response":{"myjsonObj":{}}} In case JsonType -> String I am getting {"response":{"myjsonObj":""}} In case JsonType -> longvalue I am getting {"response":{"myjsonObj": 0}}
Continue reading...
Continue reading...