Re: REST Web Service

2017-03-30 Thread Tech
We are still working on the Rest connector. Modifying the CreateScript.groovy we inserted some log and we detected that we are not able to retrieve any id information. From the logs we have the feeling that the " node.set("key",node.textNode(id)) " is not able to retrieve any value: we can

Re: REST Web Service

2017-03-29 Thread Tech
Hello Francesco, thanks for the reply, and actually the tips of the ReloadScriptOnExecution was really useful to debug the code. Regards On 21.03.17 08:59, Francesco Chicchiriccò wrote: On 20/03/2017 15:45, Tech wrote: Dear experts, we are trying to configure a REST Web Service, but we

Re: REST Web Service

2017-03-21 Thread Francesco Chicchiriccò
On 20/03/2017 15:45, Tech wrote: Dear experts, we are trying to configure a REST Web Service, but we don't how it should be deployed. We found in the /test directory some groovy script to Create/Update/etc, but we don't understand in a real environment where these script should be copied