Checking Data Services Deployed

To check that a service has deployed correctly under Tomcat:

  1. Restart Tomcat.
  2. Using a Web browser, visit the following URL:
    http://TOMCAT.HOST:TOMCAT.PORT/wsrf/services
    
  3. Eventually a list of services will be displayed. You should see one corresponding to your service. For example:
    ogsadai/DataService (wsdl) 
    
  4. Click on the (wsdl) link and the WSDL describing the service should appear. For example:
    <?xml version="1.0" encoding="UTF-8" ?> 
      <wsdl:definitions name="DataService" 
    ...
    

To check that a service has deployed under GT4:

  1. Start the GT4 container:
    $ cd $GLOBUS_LOCATION
    $ ./bin/globus-start-container -nosec
    
  2. Eventually a list of service URLs will be displayed. You should see one corresponding to your service. For example:
    [22]: http://129.215.56.6:8080/wsrf/services/ogsadai/DataService
    

An alternative is to test the service using the ListResources client.