Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Every service and service group deployed in a Carbon server has its own Dashboard for management and monitoring. Follow the instructions After creating a data service, you can configure its quality of service (QoS) operations and manage and monitor it using the dashboard. Follow the steps below to access the dashboard of a service.1.

  1. Log on to the

...

  1. m anagement console and select

...

  1. Services

...

  1. > List

...

  1. under the

...

  1. Main

...

  1. menu. 

Image Removed

...

  1. The

...

  1. Deployed Services

...

  1. page appears, which lists out all

...

  1. deployed services.

...

  1. Click on a service

...

  1. to view its dashboard.

...

Image Removed

A typical deployed service's dashboard provides the following information.

Image Removed

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.

...

The "Service Details" panel provides the following details of a servicefeatures. Some of these features may not be available for WIP services.

Table of Contents
maxLevel3
minLevel3

Image Added

Service details

The Service Details panel provides the following information:

  • Service Name - Defines the unique name of a service.Unique name of the service
  • Service Description - Briefly describes a the service.
  • Service Group Name - Defines the The name of the group the service belongs to. Refer to more information about service groups in section Managing Service Groups.See Service Group Dashboard
  • Deployment Scope
  • Service Type -Type  Specifies service type (for example, Axis2, Proxy, STS).

...

Client

...

operations

A service's dashboard provides the following client operations:

WSO2 Carbon also provides information about

Table of Contents
maxLevel4
minLevel4

...

It also lists 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 Removed

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 to test if the service gives 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:

  •   ?tryit : Ajax client for simple, generic interactions with the service.

...

  • service

...

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

Generate

...

client

The Generate Client option is provided by the "wsdl.tools" feature of the WSO2 feature repository. For more information, refer to section Tools -> see Generate Java Code for WSDL. .

WSDL 1.1 and WSDL 2.0 

...

Click on the links to the WSDL 1.1 and the WSDL 2.0 to open the page with XML configuration. The URLs for the WSDL files of the service can also be appended by concatenating the endpoint URL of the service with the following strings:

  • ?wsdl2 : WSDL 2.0 description of the service
  • ?wsdl : WSDL 1.1 description of the service

The Opens XML configurations. 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 which that these endpoints refer to. The default six types of endpoints are as follows:

  • SOAP 1.2 over HTTP
  • SOAP 1.1 over HTTP
  • Plain old XML/REST over HTTP
  • SOAP 1.2 over HTTPS
  • SOAP 1.1 over HTTPS
  • Plain old XML/REST over HTTPS

...

The URLs for the WSDL files of the service can also be appended by concatenating the endpoint URL of the service with the following strings:

  • ?wsdl2 : WSDL 2.0 description of the service
  • ?wsdl : WSDL 1.1 description of the service

Statistics

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

  • Request Count
  • Response Count
  • Fault Count
  • Maximum Response Time
  • Minimum Response Time
  • Average Response Time

...

It also provides a graphical view of the system response time.

Image Removed

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

Quality of Service Configuration

...

See Configuring Quality of Service

...

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 section Quality of Service Configuration.Image Removed