Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Communications enabled applications > Sharing data across two sessions with REST APIs
Previous Step
Test the new application.
Step 4: Sharing data across two sessions with REST APIs
Install and start the new application.
Procedure
- From two separate systems, access the test application that has the ability to interact with the REST interface.
- On both systems, call the first REST interface, which enables collaboration.
- The response to each will include the URI that can be passed to the other to start the collaboration.
- From one system, call the start collaboration REST interface using the service URI returned on the other system.
- As a result, the collaboration interface displays in a dual-window browser. The two systems now have linked sessions and can interact.
Previous Step