Running the JD Edwards Connectivity sample

Before you run the sample, you must complete the sample setup instructions; for more information, see Setting up the JD Edwards Connectivity sample.

If you encounter problems when you run the sample, see Resolving problems when running samples in the IBM Integration Bus documentation.

To run the sample, complete the following steps:

  1. Expand the JDERequestSample Integration project, then locate and expand the Flow Tests folder.
  2. To open the file in the Test Client, double-click JDERequestSample.mbtest.
  3. Click Enqueue which is on the message flow test events pane. The source box at the bottom of the right pane contains the XML element:
    <GetEffectiveAddressContainer><GetEffectiveAddress><Mnaddressnumber>1</Mnaddressnumber></GetEffectiveAddress></GetEffectiveAddressContainer>
  4. Ensure that the integration node connection properties (listener port and queue manager name) are correct, then click Send Message.
  5. Click the first occurrence of Dequeue, then click Get Message.
  6. The output message is displayed in the Source pane. The value of the <FirstName> element is now John.

If the output message is not displayed in the Source pane:

  1. Click the second occurrence of Dequeue, then click Get Message.
  2. An XML message containing exception information is displayed in the Detailed Properties pane. Check the exception list, which contains a number of integration node error messages with BIP prefixes.
  3. If no message is listed on the failure queue, examine the system event log for more information about the cause.

Back to sample home