Posted: Tue Feb 24, 2004 1:18 am Post subject: Generating an own message stucture
Novice
Joined: 30 Sep 2003 Posts: 14 Location: Italy
I'm doing an http application (JSP+Tomcat) to browse queues and messageges (a kind of Lacroix MQVE on the web that fits the project where I work). I need to parse my messages as IDOC and legacy according to the tree of the message set structure. The problem is that I have more than 130 interfaces with 3-4 message structure each.
So I should write more than 400 structures by myself
I was thinking that I already have a description of message structures, that is <MESSAGE_SET>.mrp file obtained with the mqsiexport... command.
One solution is to use an application to get the XML schema from the .mrp file and JAXP xjc command to generate java classes that wraps it, but for 130 schemas it's to much!
So, does anybody knows if IBM has open libraries (java, C or C++) that parse the .mrp file to generate a more usable message structure (more usable for an application).
I would be a titanic work also to use SAX parser to parse .mrp file too.
If I wasn't enough clear post me questions.
thk
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum