Hello Nidhideep,
it seems that you do not have create and XS app.
You need at least the following two files that your service is accessible:
- ".xsapp" with content "{}"
- ".xsaccess" with content
{
"exposed" : true,
"authentication" : [
{ "method" : "Basic" },
{ "method" : "Form" }
]
}
Best Regards,
Florian