This topic describes the properties for inbound and outbound method descriptions, which are some of the service constructs the EMD generates to enable the adapter to run as a Service Component Architecture (SCA) component.
The properties for inbound method descriptions are described in the table titled "Inbound method description properties."
Property | File element | Description |
---|---|---|
Name | method in methodBinding element | The name of the method. |
Input data description | element in inDataBinding | Object definition that is input to the method. |
Output data description | element in outDataBinding | Business object definition that is returned from the method. |
The properties for outbound method descriptions are described in the table titled "Outbound method description properties."
Property | File element | Description |
---|---|---|
Name | method in methodBinding element | The name of the method. |
Input data description | element in inDataBinding | Object definition that is input to the method. |
Output data description | element in outDataBinding | Business object definition that is returned from the method. |
Parent topic: Using the EMD tool