4.2 Information Page

The Information page displays the current basic information of the target managed by the HCSC-Manager. You can use this information to check the settings.

The Information page for each management target opens, if you select the management target from the tree view and choose the Basic Information tab in the editor area.

The Information page is explained for each management target below:

Organization of this section
(1) HCSC server basic information
(2) Business process basic information
(3) Service adapter basic information
(4) User-defined reception basic information

(1) HCSC server basic information

In the Information page for an HCSC server, the information used for building the HCSC server is displayed. With this information, you can check the settings after the HCSC server is set up.

The following figure shows the Information page for the HCSC server and the items displayed on the page:

Figure 4-2 Information page for an HCSC server

[Figure]

HCSC-Server display name
Displays the display name for the HCSC server. If the display name for the HCSC server is not specified, the name for the HCSC server is displayed.
HCSC-Server Name
Displays the name of the HCSC server.
Standard Reception Setup Status
Displays whether the following items are set up. If items are set up, On is displayed. If items are not set up, OFF is displayed. If an attempt to acquire the basic information fails, Acquisition Failed is displayed.
  • Synchronous (Web Service (SOAP1.1))
  • Synchronous (Web Service) (SOAP1.2))
  • Synchronous (SessionBean)
  • Asynchronous (MDB (WS-R))
  • Asynchronous (MDB (DBQ))
Dependency User-Defined Reception
Displays the name of the user-defined reception dependent on the HCSC server.
Dependency Business Processes
Displays the service name of the business process dependent on the HCSC server.
Dependency Service Adapter
Displays the service name of the service adapter dependent on the HCSC server.

(2) Business process basic information

The Information page for a business process displays the basic information about the business process and enables you to check the business process settings. The following figure shows the Information page for a business process and the items displayed on the page:

Figure 4-3 Information page for a business process

[Figure]

Service name
Displays the business process definition name or service name.
Service ID
Displays the service ID of the business process.
Modified time
Displays the date and time when the deployed business process was last updated. If the acquisition of the basic information fails, acquisition error is displayed, and - is displayed before the deployment of the business process.
Version
Displays the business process version.
Dependency HCSC-Server
Displays the display name of the dependent HCSC server.
Dependency User-Defined Reception
Displays the name of the dependent user-defined reception.

(3) Service adapter basic information

The Information page for a service adapter displays the basic information about the service adapter and enables you to check the service adapter settings. The following figure shows the Information page for service adapters and the items displayed on the page:

Figure 4-4 Information page for service adapters (When the service type is Web Service)

[Figure]

Service name
Displays the service name of the service adapter.
Service ID
Displays the service ID of the service adapter.
Service type
Displays the service type of the service adapter. Displays any one of the following types:
  • Web Service (SOAP1.1)
  • Web Service (SOAP1.2)
  • SessionBean
  • MDB (WS-R)
  • MDB (DBQ)
  • Custom adapter
Source queue name
In the case of an asynchronous adapter, displays the name of the queue used by the service adapter. - is displayed before the service adapter is deployed.
Modified time
Displays the date and time when the deployed service adapter was last updated. If the acquisition of the basic information fails, acquisition error is displayed and - is displayed before the service adapter is deployed.
Information for the Service
Displays the information according to the service types.
The following table lists and describes the service types and the corresponding service information:

Table 4-3 Items displayed for the service information corresponding to service types

Service typeService information
ItemMeaning
Web Service (SOAP1.1)
Web Service (SOAP1.2)
SessionBean
URLDisplays the Web Service URL.
Connection timeout(sec)Displays a connection timeout value of the socket during the service module call
Read timeout(sec)Displays a reading timeout value of the socket during the service module call
Write timeout(sec)Displays a writing timeout value of the socket during the service module call
HTTP session supportSpecify whether to support the HTTP session.
  • true
    Support session.
  • false
    Do not support session.
Check if basic authentication is requiredDisplays whether the service adapter uses basic authentication. One of the following is displayed:
  • true
    Used.
  • false
    Not used.
Basic authentication userDisplays The value has already been set., if the basic authentication user ID is set up.
Basic authentication passwordDisplays The value has already been set., if the basic authentication password is set up.
Non-proxy server hostDisplays the host name or IP address to be used when the proxy server is not used.
Proxy server hostDisplays the host name or IP address of the proxy server.
Proxy server portDisplays the port number of the proxy server.
Proxy server userDisplays The value has already been set., if the authentication user ID is set up for the proxy server.
Proxy server passwordDisplays The value has already been set., if the password corresponding to the authentication user ID is set up for the proxy server.
Performance trace levelDisplays whether the performance analysis trace is output. One of the following is displayed:
  • ALL
    The performance analysis trace is output at trace collection points.
  • NONHANDLER
    The performance analysis trace is not output at trace collection points.
For details about trace collection points, see the description of client definition file settings in the manual Application Server SOAP Application Development Guide.
Max. receivable SOAP envelope sizeDisplays the maximum number of bytes that can be received for SOAP envelope.
Max. sendable SOAP envelope sizeDisplays the maximum number of bytes that can be sent for a SOAP envelope.
URLDisplays URL of Web Service.
Connection timeout [seconds]Displays a connection timeout value of the socket during the service module call.
Read timeout [seconds]Displays a reading timeout value of the socket during the service module call.
HTTP session supportSpecify whether to support the HTTP session.
  • true
    Support session.
  • false
    Do not support session.
Check if basic authentication use is requiredDisplays whether the service adapter uses basic authentication. Displays one of the following:
  • true
    Used.
  • false
    Not used.
Basic authentication userDisplays The value has already been set., if the basic authentication user ID is set up.
Basic authentication passwordDisplays The value has already been set., if the basic authentication password is set up.
URLDisplays the Naming Service URL.
Lookup nameDisplays a name of the service module that is registered in the JNDI name space and that is to be invoked.
EJB call timeoutDisplays a timeout value of business method call during the service module call
Performance trace levelDisplays whether the performance analysis trace is output. One of the following is displayed:
  • ALL
    The performance analysis trace is output at trace collection points.
  • NONHANDLER
    The performance analysis trace is not output at trace collection points.
For details about trace collection points, see the description of client definition file settings in the manual Application Server SOAP Application Development Guide.
MDB (WS-R)Sender queue nameDisplays the queue name to which a service adapter sends messages.
Call settingsDisplays whether to connect to service components of the remote host or to service components of the local host. When connecting to service components of the remote host, Remote Call is displayed. When connecting to service components of the local host, Local Call is displayed.
URLDisplays the message transfer destination URL for the transmit queue used by service adapters. If Call Settings is Local Call, nothing is displayed.
The number of the maximum messagesDisplays the maximum number of messages that you can store in the transmit queue used by service adapters. If Call Settings is Local Call, nothing is displayed.
Order guaranteeDisplays whether to guarantee that the transmit queue used by the service adapter transmits messages in the correct order. One of the following is displayed:
  • ON
    Order is guaranteed.
  • OFF
    Order is not guaranteed.
If Call Settings is Local Call, nothing is displayed.
RD area for creating a transmit queueDisplays name of the RD area for creating a transmit queue used by service adapters. If Call Settings is Local Call, nothing is displayed.
MDB (DBQ)Sender queue nameDisplays the queue name associated with service components.
Dependency HCSC-server
Displays the display name of the dependent HCSC server.

(4) User-defined reception basic information

The User-defined reception information page displays the basic information about the user-defined reception and enables you to check the user-defined reception settings. The following figure shows the User-defined reception information page and the items displayed on the page:

Figure 4-5 User-defined reception information page

[Figure]

Reception name
Displays the reception name of the user-defined reception.
Reception ID
Displays the reception ID of the user-defined reception.
Modified time
Displays the date and time when the user-defined reception was last updated. If the acquisition of the basic information fails, acquisition error is displayed, and - is displayed before the deployment of the user-defined reception.
Dependency HCSC-server
Displays the display name of the dependent HCSC server.
Dependency Business Process
Displays the service name of the dependent business process.