Web services URI information
Examples of the URIs used to access SOAP and REST web services.
Access REST web services
- To get the OpenAPI specification file for a specified
service:
http://appserver:6394/ws/r/myxcf/myservice?openapi.json - To access a web service resource:
http://appserver:6394/ws/r/myxcf/myservice/myresource - If the web service uses a group:
http://appserver:6394/ws/r/mygroup/myxcf/myservice/myresource - Access through a web
server:
http://appserver/gas/ws/r/myxcf/myservice/myresource
Access SOAP web services
In the following examples, "service" is replaced by the name of the service.
- To get the WSDL for a specified
service:
http://appserver:6394/ws/r/service?WSDL - To access the web service:
http://appserver:6394/ws/r/service - If the web service uses a group:
http://appserver:6394/ws/r/mygroup/service - Access through a web
server:
http://appserver/gas/ws/r/service