Bruce Wilcox - Jan 5, 2018:
If the service already exists (like weatherunderground) then you dont do step 1. If you are trying to connect chatscript to an oracle database then probably yes, you need to create an api to chat to your local oracle instance
^jsonopen is told the web adress to send a get or post, which kind of request to send, if a put, what json text string to send, and various other parameters. The data is returned to chatscript directly as json fact data (decoded from the return text string) and you write whatever chatscript script you want to process the data.
I want to call and use a Chatbot server from an external program.
So, I wondered if my logic was possible.
Oracle API ——JSON——> ^jasonopen (get) ChatScript Service
Oracle API <—-JSON——- ^jasonopen (post) chatScript Service
Thank you for your reply.