WAS v8.5 > Deploy applications > Deploy SCA composites > Deploy SCA business-level applications

View SCA composite definitions

We can view information on the definition of a Service Component Architecture (SCA) composite in the dmgr 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>

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


Related


Example: Creating an SCA business-level application with the console
Export SCA composite definitions using scripting
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 business-level applications


+

Search Tips   |   Advanced Search