You can view information on the definition of a Service Component Architecture (SCA) composite in the administrative 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.
The View composite page displays the contents of the composition unit definition.
Suppose the HelloWorldAsync business-level application provided as a sample with the product is installed. Click
.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.
In this information ...Related tasks
| IBM Redbooks, demos, education, and more(Index) |