i’m planning to read (every second) an external webservice.
If I query the URL via http (http://some_ip/webservice/_read) the output is:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/e54848d3-ad17-4d28-a531-504327b3e77b.png)
How can i read this http output and store the informations ?
Should I use HTTP Connector?
i’m planning to read (every second) an external webservice.
If I query the URL via http (http://some_ip/webservice/_read) the output is:
How can i read this http output and store the informations ?
Should I use HTTP Connector?
Hi,
Yes indeed. You'll need an HTTP connector to GET the information from the external webservice. The content returned by the HTTP connector can be captured in a process variable and thereafter be read and used by utilizing a process procedure. Functions like OPENJSON and json_value can help with that.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.