[topbraid-users] SMS Webservice calls

2012-06-25 Thread Catrina
Is there a way to call SMS as a webservice asynchronously to run SMS functions in TBL without a session? Thanks, Catrina -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), To

Re: [topbraid-users] SMS Webservice calls

2012-06-25 Thread Scott Henninger
Catrina; Yes, you can call the script as a RESTful Web service. See the SPARQLMorion Help pages and Web pages for examples and more. -- Scott On Jun 25, 2012, at 10:25 AM, Catrina wrote: > Is there a way to call SMS as a webservice asynchronously to run SMS > functions in TBL without a sessi

[topbraid-users] Re: window cannot be closed?

2012-06-25 Thread PaulZH
Did forget to mention that clicking on OK does not have any effect. On Monday, June 25, 2012 5:36:22 PM UTC+2, PaulZH wrote: > > Context: > TBCME Version: 3.6.1.v20120622-1546R > on Mac OS X Lion 10.7.4 (11E53) > > Pane: Error Log with Message Overview > Double click on a message. > The Event Deta

[topbraid-users] encoding issue

2012-06-25 Thread PaulZH
I have as a result of an XSLT transformation XML which is well-formed. ; ; "Vrije Kleuterschool - *Mozaïek*". However when I pass this xml as parameter sml:content to an instance of sml:PostRequest the receiving server is

[topbraid-users] Re: window cannot be closed?

2012-06-25 Thread PaulZH
Doesn't happen all the time. I'll investigate more what the precise conditions are. Paul On Monday, June 25, 2012 5:38:19 PM UTC+2, PaulZH wrote: > > Did forget to mention that clicking on OK does not have any effect. > > On Monday, June 25, 2012 5:36:22 PM UTC+2, PaulZH wrote: >> >> Context: >>

Re: [topbraid-users] encoding issue

2012-06-25 Thread Gokhan Soydan
Paul, This encoding issue seems to be from the way TBC handles content for the post request. The sml:content object is treated as a string at the sml:PostRequest module implementation level. So, while the result of XSLT transformation in SPARQLMotion is a XML object, it gets converted to a string

[topbraid-users] Re: encoding issue

2012-06-25 Thread PaulZH
Hi Gokhan, Tried this, but with no succes. My TopBraid Composer.ini.orig within the Package contents on Mac (Contents->MacOS) ends now with -Dfile.encoding=UTF-8. Paul On Monday, June 25, 2012 5:51:33 PM UTC+2, PaulZH wrote: > > I have as a result of an XSLT transformation XML which is well-f

Re: [topbraid-users] Re: encoding issue

2012-06-25 Thread Gokhan Soydan
Paul, Could you check if TopBraid Composer.ini file (the one without the .orig) also has the line -Dfile.encoding=UTF-8 ? It should have been automatically copied over from the .orig file, when you restarted TBC. If not, I would suggest putting that line also into the TopBraid Composer.ini file.

[topbraid-users] TopBraid Live

2012-06-25 Thread Mark Colquhoun
Hi, I have a couple of questions relating to TBC Maestro and TopBraid Live: 1. Is it possible to import all RDF files in a particular directory. That is, to iterate through all the files in a directory and import them as RDF files? I have had a look at the standard library and couldn'

Re: [topbraid-users] TopBraid Live

2012-06-25 Thread Scott Henninger
Mark; Some responses below: On 6/26/12 12:44 AM, Mark Colquhoun wrote: Hi, I have a couple of questions relating to TBC Maestro and TopBraid Live: Is it possible to import all RDF files in a pa

Re: [topbraid-users] TopBraid Live

2012-06-25 Thread Holger Knublauch
On 6/26/2012 15:44, Scott Henninger wrote: Mark, take a look at tops:file in Help > Resources > SPARQL Functions reference. Small correction: Help > Reference > SPARQL *Property* Functions :) Holger -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite

Re: [topbraid-users] TopBraid Live

2012-06-25 Thread Mark Colquhoun
Hi Holger, Thanks. I ended up finding the reference. Pity you didn't send your email 10 mins earlier :) Now I just need to work out how to use it! Not sure if I need an iterate over select or something else to use the result of tops:files? Regards, Mark. On Tuesday, June 26, 2012 4:23:05 PM U

Re: [topbraid-users] TopBraid Live

2012-06-25 Thread Mark Colquhoun
Thanks to you as well Scott. That is a good starting point for me to investigate further. Regards, Mark. On Tuesday, June 26, 2012 3:44:54 PM UTC+10, Scott Henninger wrote: > > Mark; Some responses below: > > On 6/26/12 12:44 AM, Mark Colquhoun wrote: > > Hi, > > I have a couple of questions

Re: [topbraid-users] TopBraid Live

2012-06-25 Thread Holger Knublauch
On 6/26/2012 16:31, Mark Colquhoun wrote: Hi Holger, Thanks. I ended up finding the reference. Pity you didn't send your email 10 mins earlier :) Now I just need to work out how to use it! Not sure if I need an iterate over select or something else to use the result of tops:files? Yes if y