[rules-users] Need JSON request for Drools Server

fulton fulton.gee at LMCO.com
Fri Apr 22 09:26:25 EDT 2011


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.



More information about the rules-users mailing list