Running the JavaCompute node JAXB transformation sample

The JavaCompute node JAXB transformation contains a single message flow with message transformations that are implemented by using JAXB.

How to run the JavaCompute node JAXB transformation sample message flow


  1. In the Integration Application "JavaComputeJAXBSampleApplication", expand Flow Tests, and double-click JavaComputeJAXBSampleApplication.mbtest to open the file in the Test Client. The Test Client opens, and displays an XML input message that contains sales information.
  2. Click Send message to put the message to the MQInput node queue called "JCNJAXIN". The input message is transformed into an XML StatementList message in the namespace http://www.example.org/SaleList/2 and is then put to the output queue "JCNJAXBOUT" by the MQOutput node.
  3. Review the output message in the Test Client to see the result of the JAXB transformation, including the calculation of the "Amount" output element from the input message "SaleEnvelope".

If all the preceding steps are successful, the sample is complete.

Back to sample home