Hi Sergei,
Noted, I will try, but first I tried the one from Will (since it is look very simple).
So, here is the step:
1. create the class :
class IntegrationServices
{
public str getFoo()
{
return "Hello World";
}
}
2. Create Service, named it "HelloWorld", fill in property Class for "IntegrationServices", Add New Service operation and fill in property method "GetFoo"
3. Create new Service Group, named it SRVGHelloWorld, make it AutoDeploy to "Yes". Add New Service, named it Hello with property Service to "HelloWorld"

4. Build and sync
Then go to my browser, call it : https://....myappsURL/api/services/SRVGHelloWorld/HelloWorld/GetFoo
But why it says Page cannot be found. Seems like it still not recognize it, since if I call again without the Service Group, it listed all the available Service Group but this new one.
Kindly advice,
Thanks