[AIX Solaris HP-UX Linux Windows][z/OS]

Viewing SCA domain information (deprecated)

You can view information on Service Component Architecture (SCA) composites in an SCA domain in the administrative console.

Before you begin

The SCA composite must be a composition unit in a business-level application.

About this task

Viewing SCA domain information enables you to see on one console page information on all components in an SCA domain. The View domain page displays information on available services in the current domain.

Procedure

  1. Go to the View domain page.

    Click Applications > Application Types > Business-level applications > application_name > SCA_deployed_asset_name > View domain.

  2. Optional: Click Expand All or Collapse All to more easily browse the page.

Results

The View domain page lists information on components in the current domain.

Example

Suppose the HelloWorldAsync business-level application provided as a sample with the product is installed. Click Applications > Application Types > Business-level applications > HelloWorldAsync > helloworldws > View domain.

The View domain page displays information resembling the following:

<domain name="myCell02">
  <component name = "AsynchTranslatorComponent"
        mapTarget = "WebSphere:cell=myCell02,node=myNode02,server=server1">
    <service name = "AsynchTranslatorService">
      <interface.java interface = "helloworld.AsynchTranslatorService"/>
    </service>
    <reference name = "AsynchTranslatorService" target = ""/>
    <httpurlendpoints name = "endpoints" uri = ""/>
  </component>
</domain>

What to do next

Browse the page to ensure that it contains the intended information.

You can export the same domain information to a file using the exportCompositeToDomain command. See the topic on exporting SCA domain information by using scripting.