Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log on to the product's management console and select Services -> List under the Main menu to open the Deployed Services page.
  2. Select a service and click on it to view its dashboard. For example,

    A service dashboard provides the following information.

     

...

 Image Added
 

Info
titleNote

The screenshot shown above is only an example of a basic service dashboard. Depending on the features installed in your product, some of the dashboard controls discussed here may not be available or additional controls may be available.

Service Details
Anchor
Service Details
Service Details

The "Service Details" panel provides the following details of a service:

...

WSO2 Carbon provides the following client operations:

WSO2 Carbon also provides information about the endpoints of a service. The service is set to two endpoints by default. For example:

...

Typically, the endpoint URI is of the format http://{host ip of the server}:{server port}/services/{service name}.

Image RemovedImage Added

Try This Service  

Anchor
Try This Service
Try This Service
 

The "Try this service" link directs you to a new window where the operations available the your service is displayed. Using this window, you can check whether your service provides the desired output. The URL for invoking the TryIt tool can also be appended by concatenating the endpoint URL of your service with the following string:

...

The TryIt link will be enabled in your service dashboard only if "org.wso2.carbon.tryit" feature  feature of the WSO2 feature repository is installed in your Carbon instance.

For more information on the TryIt functionality, refer to section Tools -> Testing WSDLs .

Generate Axis2 Client  

Anchor
Generate Client
Generate Client

You can easily generate a client for your service using the " Generate Axis2 Client" option. This functionality is provided by the "wsdl.tools" feature  feature of the WSO2 feature repository. For more information, refer to section Tools -> Generate Java Code for WSDL  .

...

The WSDLs describe the operations the service exposes, the structure of the XML that is sent and received by each operation, and how to communicate with the service to retrieve the XML content. By default, six different types of endpoints are deployed. Each of these endpoint types are represented by the WSDL 2.0 <endpoint> elements of the service, and by the <binding> elements to which these endpoints refer to. The default six types of endpoints are as follows:

...

Statistics
Anchor
Statistics
Statistics

The "Statistics" panel provides statistical information about a service as follows:

...

This functionality is provided by the "system.statistics" feature of the WSO2 feature repository. For more information, refer to section "check System Monitoring and Statistics -> Access and Performance Statistics."

Quality of Service Configuration
Anchor
Quality of Service Configuration
Quality of Service Configuration

WSO2 Carbon provides a number of tools to manage the service quality. You can activate the tools individually as required. 

 

For more information, refer to see