Developing Web applications / Accessing Genero Web Services |
Examples of the URIs used to access Web Services.
In the following examples, "appid" would be replaced by the application Id and "service" would be replaced by the name of the service.
To get the WSDL for a specified service:
http://appserver:6394/ws/r/appid/service?WSDL
To access the Web service:
http://appserver:6394/ws/r/appid/service
If the Web service uses a group:
http://appserver:6394/ws/r/groupid/appid/service
Access through a Web Server:
http://<webserver>/gas/ws/r/appid/service