I am needing to setup our first Web service inbound thread. This thread will need to use oauth2 for inbound connections/data messages.
I believe I have an understanding, which may be wrong, that every inbound data message on the web service will have a TOKEN associated with it. The programming on the inbound will need to have a check to see if that TOKEN is correct and current.
So do I have a good understanding that a TCL proc will have to get the header information from the data sent to the engine and then call a web service to make sure that the TOKEN is correct and current?
TIA
Rob Lindsey