I'm trying to expose a service to allow modification of some information, 
say a name.  I want to allow them to modify *some* name information.  
Specifically the ones in the argument list for the service.

For example, I want them to be able to modify their contact information.  
So the service passes in the arguments and I have an 'apply contruct' 
action which then passes the created triples to an 'apply update' action.  
At this point I have a DELETE INSERT statement.  The insert seems to work, 
that is, I get the updated information.  However, the old information 
remains (two email triples now instead of just the new one).  So it's as if 
the Insert part of the DELETE/ INSERT is working, but the delete is doing 
nothing.  Are there any examples of a simple update endpoint?

Thank you,

Barton Petersen


-- 
-- 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 Insight, 
SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbraid-users@googlegroups.com
To unsubscribe from this group, send email to
topbraid-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to