//Create out Root
MbElement outRoot = outMessage.getRootElement();
//MbElement outRoot1 = outRoot.createElementAsLastChild(0);
// create a top level ’parser’ element with parser class ...
I am trying to read the XML files form a dir using JCN and writing to queue. However I m able to read the files and able to fetch the data , but when propgating to the ouput terminal i am ...
We are using a customised Java application , on local system which is trying to connect to local queue manager running on Windows XP. when we are trying connecting to it getting the follow ...