cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to show stock price of customer in webdynpro page

0 Kudos

Hi Experts,

Client is asking to show their stock price in a field on a view.

I have a web service to be called but, the prices are changing every second and he need to see the

updated price on the page.

If i call web service in a infinite loop the rest of the page is locked(Single thread).

Kindly advice, the answer will be rewarded.

Thanks and Regards,

Anurag.

Accepted Solutions (0)

Answers (1)

Answers (1)

Abhinav_Sharma
Contributor
0 Kudos

Hi Anurag,

You don't need to call the webservice in infinite loop. There are lot of options that you can try:

1) The first one is the RSS feeds if available for the stock quote that you have.

2) You can even use the TimeTriggered UI element and then call the webservice. You can set the delay like 10 sec or whatever that is agreeable.

Let me know if that helps. Thanks!

Abhinav

0 Kudos

Hi Abhinav,

I am new to the web technology, how can i check whether RSS feed is available or not?

Also how can i invoke RSS feed to check the current commodity prices.

Thanks,

Anurag.