How to run services through web browsers and mobile appworks?
What would you like to achieve? Test services with a browser or deploy appworks app in a browser?
I have created service and have successfully installed service on gateway,now I want to run that service and see the output of my service on browswr which I have installed on gateway but don't know how to achieve that .
Chandani, The url reflects the package filname. If your service is SampleService_1.0.1.zip then your url is [base-url]/SampleService/v1/. If your service exposes REST API then you may use a REST Client like Postman to test it.
SampleService_1.0.1
[base-url]/SampleService/v1/
Please note that, by AppWorks services we mean modules that orchestrate API calls, provide server-side integrations and other capabilities.
If you're intention is to access an application then you need to use AppWorks client or web browser via webaccess module. Here's a video tutorial.