+

Search Tips   |   Advanced Search

View SCA composite definitions

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

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

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.

  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.


Related tasks

  • Example: Create an SCA business-level application with the console
  • Export SCA composite definitions
  • Configure the SCA default binding
  • Configure the SCA web service binding
  • Configure EJB bindings in SCA applications
  • Develop SCA services from existing WSDL files
  • Develop SCA services with existing Java code
  • Develop SCA service clients
  • Deploy and administering business-level applications