Skip to main content
1-Visitor
November 10, 2020
Question

Async process to refresh mashup

  • November 10, 2020
  • 1 reply
  • 1647 views

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?

1 reply

16-Pearl
November 10, 2020

Hello @Toshihiko 

 

Can you elaborate more, some screenshots might help.

 

Thanks

 

Toshihiko1-VisitorAuthor
1-Visitor
November 11, 2020

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.

Support
November 18, 2020

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