Skip to end of metadata
Go to start of metadata

Once the instance of Constellation has been started or deployed, we can perform elementary requests of the service to ensure that it is working correctly.

Testing WMS

Enter the following URL in a web-browser :

http://<host name>/<war name>/WS/wms?request=getcapabilities&version=1.3.0&service=WMS

if your browser displays a Capabilities XML file, it is successful. 

Testing WCS 

Enter the following URL in a web-browser :

http://<host name>/<war name>/WS/wcs?request=getcapabilities&version=1.1.1&service=WCS

if your browser displays a Capabilities XML file, it is successful. 

Testing CSW

  •  REST service

        Enter the following URL in a web-browser :

        http://<host name>/<war name>/WS/csw?request=getcapabilities&version=2.0.2&service=CSW

        if your browser displays a Capabilities XML file, it is successful. 

  •  SOAP service

        Enter the following URL in a web-browser :
        http://<host name>/<war name>/CSWServiceService

        if your browser displays the following page (with your URL and WAR name instead of solardev:8080/constellation), it is successful.


 

Testing SOS

  •   REST service

        Enter the following URL in a web-browser :

        http://<host name>/<war name>/WS/sos?request=getcapabilities&version=1.0.0&service=SOS

        if your browser displays a Capabilities XML file, it is successful. 

  • SOAP service       

        Enter the following URL in a web-browser :
        http://<host name>/<war name>/SOServiceService

        if your browser displays the same page than CSW SOAP service, it is successful.

Labels
  • None