Hello there,
I have the following scenario. arquitectura.png
First. I have consumed rest service to Authenticate with user and password. This service returns a token.
Second. I have consumed other rest services, I may send the token into HTTP HEAD (Bearer Token) and other parameters (body). This service return data.
Third. I may store de return data into the Database table.
You can see de pic!
The most important thing is that process starts in PO. All day at 7:00 am.
For the moment my client don't want use sistema X. Only PO and Rest Services and Database.
1. Can I do it?
2. How can I do it?
Tks very much I really need your help with this scenario !!!