• Input JSON as input via REST API to OO

    Hello all, I can't figure out what I'm doing wrong, I want a very simple thing and that is to pass JSON to input variable, the flow currently does nothing just take the variable and display it. { "flowUuid": "3368f425-b95b-4674-b69c-582246ee93af…
  • Passing a JSON object as input to OO Central

    Hi there, i want to send a RESTfull request to HP OO central for resuming an execution flow. I tested the request before using sample data input. In my case now, i want to pass a hole Json object in the data input. there is my code : { "action":"RESUME…
  • Converting a HTML document in a JSON file

    HI everybody, I ask if it's a to transform a html document in a json file. I am trying with filtering the html document with recreating the json file format but it isn't too practice, because it needs to add many filters. Can anyone suggest any available…
  • How to work with JSON in OO

    Hello, in my OO flows I need to process XML as well as JSON documents. While I found and I'm using the powerful XPath and XSL Transformation on XML files, I did not find any similarly powerful solution for JSON documents in OO. Is there some JSON alternative…