WebSphere Adapter for SAP Software

Generating reference bindings

Reference bindings are used by external WebSphere® Business Integration SCA components to access the adapter. You create a reference to the adapter from the project module to link the adapter to the other server processes. This is required in a standalone testing environment only. It is not necessary when deploying the adapter in a production environment.

How to perform this task

  1. In the Business Integration Perspective of WebSphere Integration Developer, right-click the split module, and select Open With > Assembly Editor.
  2. In the Assembly Diagram window, create a new component by clicking the top icon in the left pane and then clicking the top icon in the resulting menu, which has hover help that reads Component (with no implementation type).
    Figure 1. Selecting the new component icon
    A screen capture of an Assembly Diagram, showing the Component (with no implementation type) icon.

    The cursor changes to the placement icon.

  3. Click the palette to add the new component to the Assembly Diagram window.
  4. Click and drag the Export component to the new component.
    Figure 2. Wiring the components
    A screen capture of the results of wiring SAPInboundInterface with the new component.
  5. In the Add Wire window, click OK.
  6. Create a Java™ component to act as an endpoint by right-clicking the new component and selecting Generate Implementation > Java.
  7. In the Generate Implementation window, select the package in which the Java code will be created, and click OK.
  8. In the Java file editor, make any desired changes to the Java file. For example, you might wish to write code to print trace and log messages.
  9. Save the Java file.

Result

You have generated a component that acts as an endpoint so that you can test your module.

Terms of use |

Last updated: Mon 30 Oct 2006 03:34:56

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)