cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Async process to refresh mashup

Toshihiko
7-Bedrock

Async process to refresh mashup

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?

3 REPLIES 3
odukiya
15-Moonstone
(To:Toshihiko)

Hello @Toshihiko 

 

Can you elaborate more, some screenshots might help.

 

Thanks

 

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.

slangley
23-Emerald II
(To:Toshihiko)

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

Top Tags