I am trying to connect bpm API by using chrome REST client extension.
First call made is http://@ip:port/bonita/loginservice
I set authorization headers for this post method.
What ever the credentials i set, i always get a 200 ok status, “Set-Cookie: JSESSIONID=C496EA2177121C466D16E2A65BA2BD69; Path=/bonita/; HttpOnly”
But those informations do not allow me to call another method, like this one for example:
“http://localhost:8280/bonita/API/bpm/flowNode/6003”. Calling this url send an exception
with this message: “message”: “Session is null!”
I believe that the login step does not work.
Could you help one this one?
Bonita 6.5
jdk 1.8.0_73
Find below the response when calling the login step:
Talend MDM Workflow
Welcome to Talend MDM Workflow
Login form
Unable to log in. Please check your username and password.
This is working much better with http://@ip:port/bonita/loginservice?username=your_username&password=your_password&redirect=false
I can get the cookie et perform the second call, ie retrieve a task description
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.