Access the resources
Access the resources of your GWS RESTful Web service, including the OpenAPI documentation of the Web service through your browser.
For a web service server started with FGLAPPSERVER=8090
(as specified in the
Set up), the service URL is at: http://localhost:8090/MyService
The output samples in this page are in JSON format. They are from the Firefox® browser, which converts JSON to human readable format. The output may vary depending on your browser.
Having completed this quick start you have created a basic Web service using the Genero RESTful high level framework. It is now recommended to continue developing the functionality of the Web service for inserting (POST), updating (PUT), and deleting (DELETE) resources. To do this you will need to define new resources and create a client application. Follow the tasks in Quick start 2: RESTful server application, part 2.