![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This section introduces procedures that have to be carried out to integrate the adapter with TIBCO ActiveMatrix BusinessWorks Service Engine.Before installing TIBCO ActiveMatrix BusinessWorks Service Engine, you need to install TIBCO Designer Add-in for TIBCO Business Studio.To configure a TIBCO ActiveMatrix BusinessWorks Service Engine example, do the following configuration:To create an adapter project and configure an adapter instance, refer to Configuring an Adapter Service Engine Instance.
1. Select File > New > Project from the Menu to open the New Project window.
2. Select TIBCO Designer > TIBCO Designer Project in the Select a wizard page, and then click the Next button.
3. Type the designer project name (For example, ADPSFT_DEMO_DESIGNER) in the Project name field and select the Create new project in the workspace radio button.
4. Click the Finish button.After creating the ActiveMatrix SOA project, generate a WSDL file from the adapter instance that you have configured in Creating an Adapter Project and Configuring an Adapter Instance and save the WSDL file into the SOA project. For detailed information about how to generating a WSDL file, refer to Generating an Adapter WSDL.
1. Click the ADPSFT_DEMO_SOA project in the Project Explorer Panel, and then double click ADPSFT_DEMO_SOA.composite under the Composites folder to launch the Composite Editor on the right.
2. Drag and drop the PeopleSoftAdapter icon from the Components Palette into the Components canvas. Configure the PeopleSoft Adapter Component and add a service to it.For detailed information about configuring a PeopleSoft Adapter Component, refer to Creating a PeopleSoft Adapter Component.
3. Drag and drop the BusinessWorks icon from the Components Palette into the Components canvas and configure the BusinessWorks component.
b. In the Properties view, click the Implementation tab and click the Browse button to select the TIBCO Designer project created in Creating a TIBCO Designer Project in TIBCO Business Studio.
4. Import the folder where the WSDL generated in Generating a WSDL File and the corresponding schema folder into the TIBCO Designer project created in Creating a TIBCO Designer Project in TIBCO Business Studio.
5. Go back to the Composite Editor and select the BusinessWorks component. In the Properties view, click the Reference tab, and then click the Add button to add the service reference that you have imported in step 4. A process, for example, PeopleSoftAdapterConfiguration_COUNTRY.process, is generated in the TIBCO Designer project.
1.
2. Select File > New > Folder from the Menu to create a folder named XSD under the project root folder where will store all imported XSD files.
3. Select File > Import... from the Menu to open the Import dialog.
4. Select General > File System in the Import dialog. Click the Next button and browse to the location of the XSD files.
1. Drag a related activity into the Process, for example, the Write File activity.
a. Drag and drop the Invoke Partner icon from the Palette Panel into the Design Panel.
b. In the Configuration tab, select the BusinessWorks component that you have configured in Adding and Configuring Composite Elements in the Partner drop-down list.
d. Click the Apply button.All the service and components that were created in the previous tasks need to be packaged in a service assembly, and then can be deployed using TIBCO ActiveMatrix Administrator.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |