I got the answer from Lucaz Amador (Drools Server author - thanks!!) on his
blog:

{
        "batch-execution":
        {
                "lookup":"ksession1",
                "commands":
                [
                        {
                                "insert":
                                {
                                        "out-identifier":"lucaz-person",
                                        "return-object":true,
                                        "entry-point":"DEFAULT",
                                        "object":
                                        {
                                                "org.test.Message":
                                                {
                                                        "text":"lucaz"
                                                }
                                        }
                                }
                        }
                ]
        }
}

Fulton

--
View this message in context: 
http://drools.46999.n3.nabble.com/Need-JSON-request-for-Drools-Server-tp2848527p2851363.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to