On 6/22/2012 6:30, Don Jennings wrote:

We need to interact with our Active Directory server from within a SparqlMotion script. Are any of the three options below possible?

1- Native LDAP communication functionality in sparqlmotion?


Not that I am aware of.


2- Expose a sparqlmotion script as a web service that accepts rdf file?


Yes, you can define a SM web service that takes the source code as a string argument and then uses sml:ConvertTextToRDF to parse it into triples.


3- Instantiate classes and call methods in a 3rd party jar file from SparqlMotion? What about static methods? Is is possible to call java at all from sparqlmotion?


Yes, we provide an API that can be used to add your own SM modules. This allows you to take full control over a step and basically do whatever Java allows you to do. There is a tutorial on how to do that in the TBC help, under Extending TopBraid Suite.

HTH
Holger

--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
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-users?hl=en


Reply via email to