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/xcf/resource?openapi.json
  • To access a Web service resource:
    http://appserver:6394/ws/r/xcf/resource/resource-endpoint 
  • If the Web service uses a group:
    http://appserver:6394/ws/r/group/xcf/resource/resource-endpoint
  • Access through a Web server:
    http://webserver/gas/ws/r/xcf/resource/resource-endpoint

Access SOAP Web services

In the following examples, "appid" is replaced by the application Id and "service" is 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