Posted: Wed Aug 05, 2015 1:19 pm Post subject: JSON HTTP Example?
Centurion
Joined: 29 Apr 2015 Posts: 135
Currently I have the following flow.
Input -> Java Compute Node -> HTTP Request
My Java compute node uses XPath to fetch data from the XML document and put the results into a simple Java Map object.
In the Java world there are lots of options for serializing Objects (e.g. Map) to Json string and sending to a REST API. I've been trying to do the same in IIBv9 but the code seems overly complex for something simple. As most online suggest using message map.
So what I am looking for is some examples that show how to create Json payload using Java which I can send to HTTP node.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum