Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
I have a iFrame widget which shows webGL 3D model returned from external system. There is a button on the mashup to send post request to the external system. I want to make visible = true for the iFrame only after external system responds.
What I did;
- Made async service to post request to the external system.
- The service wait until the external system responds
- The service set session parameter to true after the external system responds
Problem;
- Session parameter is not updated by the async service
Any other solution?
Hi @odukiya
Please see attached.
There is a button to load 3D model from external system and iFrame widget is under the button. What I want to make visible = true only after I receive HTTP response 200.
Hi @Toshihiko.
What does your service look like? What is the output of the service? How are you binding to the session parameter?
Regards.
--Sharon