Catrina wrote: > The ReturnXXX modules documentation show that these modules are used > for exit points from functions. > > The following snippet is from the description documentation that I > copied here for reference. > > URL: > sml:ReturnText > > Description: > Represents the exit point of a function that returns text (mimetype: > text). The function can be referenced from the outside (e.g., as a web > service) by its URI or local name. > > > Properties: > sml:mimeType (xsd:string) - The (optional) mime type of the result > stream. > sml:text (xsd:string) - The text that shall be returned. > > > When a SPARQLMotion script is executed from Ensemble, where is the > sml:text value returned? Will the user be able to see this value from > Ensemble? > > Thanks, > Catrina > >
I made this feature request just a couple weeks ago. It will be in the next release. It might be interesting to run the proposal past you, to see if you agree with it. Here it is: If there is a return value, then it will show up as an alert (pop-up window) in Ensemble. If the return value is all whitespace, (eg., just blanks), then no popup will be generated. The reason we do it this way, is that in the server, it is required that there be /some/ value for this (otherwise the server gets an error), so we use the blank value to indicate that there should be no popup. Do you think that will be usable? Dean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
