Author |
Message
|
Shanta |
Posted: Thu May 31, 2007 7:12 am Post subject: XML message |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
How can i retrive XML message from the Queue. |
|
Back to top |
|
 |
tleichen |
Posted: Thu May 31, 2007 7:16 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
The same way you would anything else... MQGET!  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 31, 2007 7:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
tleichen wrote: |
The same way you would anything else... MQGET!  |
Possibly in a packaged form, e.g. the MQInput node of a broker flow. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Shanta |
Posted: Thu May 31, 2007 7:54 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
I need to retrieve XMl message from Mainframe Queue |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 31, 2007 8:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There's nothing different between getting a message that contains string data that happens to represent an XML document and getting a message that contains any other kind of data.
There's nothing different between getting a message from a mainframe queue than from getting a message from a queue hosted on any other kind of machine.
You have a long history of asking questions that appear to indicate that you haven't tried to think about what you're doing, or tried to learn anything on your own.
Please try harder to do your own job. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tleichen |
Posted: Thu May 31, 2007 11:24 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
I'm wondering if this person is asking if we could supply a program to do this task. If so, I think I can speak for the moderators in reiterating what has been said numerous times here. That this forum is for education and knowledge. We do not write your code for you (at least not without a purchase order... ). _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
cicsprog |
Posted: Thu May 31, 2007 12:55 pm Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
Enterprise Cobol (fancy name for newer release of COBOL on the mainframe) can do XML from what I've read. So a Enterprise COBOL manaul and a MQGET should do the trick for you. |
|
Back to top |
|
 |
Shanta |
Posted: Fri Jun 01, 2007 8:09 am Post subject: |
|
|
Voyager
Joined: 01 Sep 2005 Posts: 81
|
I can see the message coming to mainframae queue by browseing at coniguration manager in Qpasa.when i try to save that message it is in .mqs. I can see the XML by browsing the queue in mainframe .
My concern is i need XML which is in mainframe queue. |
|
Back to top |
|
 |
markt |
Posted: Fri Jun 01, 2007 8:47 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
which part of the previous answers are causing you difficulties? |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 01, 2007 9:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Shanta wrote: |
I can see the message coming to mainframae queue by browseing at coniguration manager in Qpasa.when i try to save that message it is in .mqs. I can see the XML by browsing the queue in mainframe .
My concern is i need XML which is in mainframe queue. |
So your question is really "How do I use Qpasa to save this as a text file, rather than an mqs file".
Please try harder. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|