Joseph; Are you running this from an Ensemble button or a stand-alone URL? And where is it that you are not seeing the expected change? I'm guessigng that you run a Web service call to a SPARQLMotion script that writes a file. When you try to look at the file in Composer, you may get the cached version. Hence, yes, you will need to perform a refresh. Note that this works differently than running a script directly in Composer because when running a Web service, TBC-ME is emulating a Web server.
If you are running this in Ensemble and want to see the changes immediately, you'll need to do a PerformUpdate to the current graph <http://tbl-session>. See the Ensemble Application Development Guide (More information at http://www.topquadrant.com/products/TB_Ensemble.html) for more. -- Scott On Sep 21, 2:55 pm, Joseph Shea <[email protected]> wrote: > Hello all. I am trying to write a SPARQLMotion script that will import > an OWL file, take two parameters, and overwrite the imported file with > the file and the new triple. I use an ApplyConstruct module, since it > works in TBC. However, when I try to do this on Top Braid Live through > web services, it does not work as expected. It appears as though I am > required to refresh the workspace and reload the model into memory for > any changes to appear. Also, it seems that only the inputted triple is > added (in the case of multiple web service calls before a reload) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
