Installation of the sample scenario.

  1. Load business objects into repository:

    Start InterChange Server Express, and using System Manager, select the
    "Open From File" menu item from the "File" menu of Business Object
    Designer Express.

  2. Configure XML connector and Port connector CFG file:

    Open the file: %WBIA_RUNTIME%\connectors\XML\samples\
    WebSphereICS\XMLConnector.cfg

    The following properties in the file may need to be modified for your
    particular setup. See the "Guide to the WebSphere Business Integration
    Server Express Adapter for XML" for detailed information. If the
    property represents a path or filename that does not already exist, it
    needs to be created:

    Open the file: %WBIA_RUNTIME%\connectors\XML\samples\
    WebSphereICS\PortConnector.cfg

    The following properties in the file may need to be modified for your
    particular setup. If the property represents a path or filename that does
    not already exist, it needs to be created:

  3. Specifying the XML connector CFG file:
  4. Modify the servlets for use in your envirnment

    The following changes must be made to the servlets:

  5. Configure the XML Poll business object:

    Start the Business Object Designer Express. Select File->Open From File, and
    choose the file named "XML_POLL_Order.xsd". This will open the business
    object labeled"XML_POLL_Order". The first attribute of this business object
    should be named "URL".Change the URL attribute's default value to the
    location to which the XML Adapter will listen for XML responses
    (ie. PollXMLOrder.java). Save the business object by replacing
    the file XML_POLL_Order.xsd with the modified business object.

  6. Configure the web server:

    Compile the delivered servlets. The generated class files should be moved
    to the correct directory for the web server to pick them up and run them. Also,
    any additional steps to register the servlets should be done (the exact
    requirements will depend entirely on the web server being used).

Copyright IBM Corp. 2004, 2005