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

Viewing SCA composite definitions (deprecated)

You can view information on the definition of a Service Component Architecture (SCA) composite in the administrative console.

Before you begin

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

About this task

The composite definition provides data on the composite, such as component names and service references. The View composite page displays the composite definition of an SCA deployed asset composition unit.

Procedure

  1. Go to the View composite page.

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

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

Results

The View composite page displays the contents of the composition unit definition.

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 composite.

The View composite page displays configuration information resembling the following:

<composite targetNamespace="http://helloworld" name="helloworldws" >
  <component name="AsynchTranslatorComponent" >
    <implementation.java class="helloworld.impl.AsynchTranslatorComponent" />
      <service name="AsynchTranslatorService">
         <interface.java interface="helloworld.AsynchTranslatorService"
              callbackInterface="helloworld.HelloWorldCallback" />
         <binding.ws/>
           <callback>
               <binding.ws/>
           </callback>
      </service>
  </component>
</composite>

What to do next

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