M
mdanwarh
Guest
Hi, I have written below method in my class file to get JsonObject from REST services using POST method . But when I try METHOD PUBLIC VOID getRequestData( INPUT inJson AS LONGCHAR , OUTPUT oJsonDataObj AS JsonObject ): .... END METHOD. but when I tried to map it, I get the following error. Then I tried to use Longchar instead of JsonObject, METHOD PUBLIC VOID getRequestData( INPUT inJson AS LONGCHAR , OUTPUT myjsonObj AS LONGCHAR ): .... END METHOD. In this case I am getting the response but it is blank. Finally, I tried to send temp- table as output. Now I am getting the data. So, I want to know whether we can send the JSONObject / Longchar as output or not? What exactly am I missing in first 2 attempts ? Please help!! Thanks in advance.
Continue reading...
Continue reading...