Hi Carlos and Everyone, Good Night, first let me explain the first part.
1)
SAP B1 Hana - ServiceLayer Framework work with a two key validation process.
2) First you submit your user, password and database credentials to the service.
3) if everthing is ok you get a token value and a node value (node is like a server address for load balancing).
4) this token has a timeout value of 30 mins (if you dont use it for 30 minutes it is going to expire, so you need to go to step 2 to get a new one)
What we need to start
1) Your SAP B1 url for login service example:
https://sap-bo-srvl-mtd.skyinserver.net:50000/b1s/v1/Login, it is very espefic for your installation
2) SAP User, SAP Password and Database Name
Example:
"CompanyDB": "SBO_C781_DB8_TST9",
"Password": "ahorayes01",
"UserName": "
03a5402e-6213-4b11@sapabo.local"
Please get and check this info with your SAP consultant or IT Department, if you get it done I will share how to call this service and get the token (B4J programming of course).
Best Regards
Virgilio