
Chapter 4. Outbound request processing 77
4.4 Adapter service interface
An adapter service interface is defined by a WSDL port type. Arguments and
return values are described using the business object definition XML schema. An
adapter exposes its available outbound operations to the client through its
service interface. The adapter interface defines the operations that can be called
and the data that is passed, such as input arguments, and returned values.
An adapter service interface can be created using WebSphere Integration
Developer’s interface editor or if the adapter implements Enterprise Metadata
Discovery (EMD) it can be created aut ...