Note: From Version 7.5 onwards, WebSphere Process
Server has been renamed IBM Business
Process Manager Advanced. Information in this
topic that refers to WebSphere Process
Server Version
7.0 is also applicable to IBM Business
Process Manager Advanced Version
7.5. Similarly, from Version 7.5 onwards, WebSphere Integration Developer has been renamed IBM Integration Designer. Information in this topic that
refers to WebSphere Integration Developer Version 7 is also
applicable to IBM Integration Designer Version 7.5.
- If you are developing a service on IBM Integration Bus and you want a WebSphere Integration Developer application to be able to send
requests to it, you generate an .insca Integration Bus SCA Definition file. You use the Integration Bus SCA Definition file to create
an SCAInput node, which
can receive requests from WebSphere Process
Server.
You also export this file from IBM Integration Bus to
the file system or workspace. You can import the exported artifacts
into WebSphere Integration Developer. Importing the file
into WebSphere Integration Developer creates an Import component
in your WebSphere Integration Developer application; to
access a service provided by IBM Integration Bus,
connect this Import component in the assembly diagram.
- If you are developing a service on IBM Integration Bus and you want to access a service
on WebSphere Process
Server, you generate an .outsca Integration Bus SCA Definition file. You use the Integration Bus SCA Definition file to create
either:
- A pair of SCAAsyncRequest and SCAAsyncResponse nodes, for
asynchronous operations.
- A SCARequest node,
for operations that are synchronous or one-way.
The SCAAsyncRequest or SCARequest node sends requests
to WebSphere Process
Server. You also export this
file from IBM Integration Bus to the file system
or workspace. You can import the exported artifacts into WebSphere Integration Developer. Importing the artifacts into WebSphere Integration Developer creates an Export component
in your WebSphere Integration Developer application; to
receive requests from an IBM Integration Bus application, connect this Export
component in the assembly diagram.
Use the Generate Integration Bus SCA Definition wizard to generate Integration Bus SCA definitions; see Message Sets: Generating an IBM Integration Bus SCA definition from a message set.
Use the Export an SCA Import or Export from an Integration Bus SCA definition
wizard to export an Integration Bus SCA definition after you have generated
it; see Message Sets: Exporting an SCA Import or Export from an IBM Integration Bus SCA definition.