Communication Components 
The following three types of communication components are available: Business system, business component, and integration process component. You use different Web Services depending on your type.
The following elements are not dependent on the type.
Element |
Description |
|---|---|
CommunicationComponentID |
Specifies the object key for a communication component. The object key of a communication component consists of a party name (PartyID) and the name of the communication component (ComponentID). |
Note
Note that communication components must never have the same object key, even if they are of different types. Otherwise conflicts can occur when creating and changing these objects.
The Web Service for a communication component of type business system is described by the external definition BusinessSystemService.
The external definition contains structure elements of the following table.
Note that a business system in the Integration Directory represents an object of the same name in the System Landscape Directory (SLD). Many of the attributes of a business system (communication component) are defined in the business system in the SLD and cannot be changed in the Integration Directory. Therefore, therefore a difference is made between read and write access.
Element |
Description |
|---|---|
BusinessSystemRestricted |
Defines a business system with all attributes for write access.
|
BusinessSystem |
Defines a business system with all attributes for read access. Contains the same elements as for BusinessSystemRestricted, plus the following additional element:
|
The Web Service for a business component is described by the external definition BusinessComponentService.
The external definition contains structure elements of the following table.
Element |
Description |
|---|---|
BusinessComponent |
Defines the business component with all attributes.
|
The Web Service for an Integration Process component is described by the external definition IntegrationProcessService.
The external definition contains structure elements of the following table.
Element |
Description |
|---|---|
IntegrationProcess |
Defines the integration process component with all attributes.
|