Hello,
I notice that when I make some changes to production data that it takes about 15 minutes for our api web pages to reflect the changes. Say if I change the Title of a show from Romeo and Juliet to Hamlet, it would not reflect immediately.
So my question is, Is this because of the way our web pages were created? Or is there a web service that grabs all the data from Tessitura every so many minutes. If that is the case. what is the name of the procedure / service?
Christian
Are you using your website or the /tessitura.asmx web service page?I've always seen changes in Tessitura reflected immediately via the actual web service call. Those are all directly to the database via stored procedures. As Jon said, you may have some kind of caching causing this symptom if you are looking at your website.
Good luck!