@mattschaer I upgraded to 2.0.4, now im able to save.
But, how can i manage these different resources/operations of the service? for example:
If i had a Service "calculator" and created some operations, "/calculator/addition/" and "/calculator/subtraction/", both have two parameters n1 and n2.
How can i return n1+n2 for "/calculator/addition/" and n1-n2 for "/calculator/subtraction/"?
And, why my script is always executed? even if i call "/calculator/it_does_not_exist/"
Thank you!