ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » How to convert XML message to IMS format?

Post new topic  Reply to topic
 How to convert XML message to IMS format? « View previous topic :: View next topic » 
Author Message
Meow
PostPosted: Wed Aug 13, 2003 9:49 pm    Post subject: How to convert XML message to IMS format? Reply with quote

Voyager

Joined: 25 Jun 2003
Posts: 95

Hi Folks,

can you please explain me with an example on how to convert an xml message to IMS format?

Say my XML message is

<root>
<person>
<name>
<fname> xxx </fname>
<lname> yyy </lname>
</name>
<ssn> 1234567890 </ssn>
<address>
<street> Broad </street>
<city> cauvery </city>
<state> NJ </state>
</address>
</person>
</root>

what i know is we have to use the MQIMS bridge and OTMA connector to connect to the mainframe system?

If you can give me the message flow and tell me what happens at each processing node that would be really great?

sorry if i trouble you in explaining.

thank you very much.
Paruvan
Back to top
View user's profile Send private message
EddieA
PostPosted: Wed Aug 13, 2003 10:59 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Well the first thing you will need to find out is the EXACT layout that IMS is expecting. From the example data, I'm guessing it would be all character (as you have no numeric fields present). But what order are the fields expected in. How long is each one. Are they fixed length, or delimited. All this is determined by the IMS transaction that will be receiving the data.

You will then need to build an MRM to model this.

In a Compute node, you will then map the relevant fields from the XML to the MRM. Also, you will have to build the IMS header.

Then send your message to an Output node that writes it to the queue being monitored by the IMS bridge.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » How to convert XML message to IMS format?
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.