I was able to execute the request correctly: laravel uses a different virtual server than the Tryton server. I created a page in html and called by Tryton’s localhost. Now works!
I tried to use the common.db.login call: from the server log I read that the login was executed, but how do I recover user and session? I tried querying an array created for this purpose with array [0] and array [1], but I get nothing. I tried to get the user ID with array [‘id’], but the session can not get it. can you give me a hand?
If I want to insert an internal shipment how should I dial the call? and to have all the customer shipment?
thank you