|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
How to include XML prolog tag in output message |
« View previous topic :: View next topic » |
Author |
Message
|
venugp |
Posted: Sun Sep 22, 2002 5:44 am Post subject: How to include XML prolog tag in output message |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
The output message from MQSI does not show XML prolog tag
<?xml version="1.0" encoding="UTF-8" ?> How can i inlcude in my output message, is there any settings in message flow or should i do any additional coding for that.
Any help is appreciated.
Thanks,
venu. |
|
Back to top |
|
 |
kirani |
Posted: Sun Sep 22, 2002 8:57 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Venu,
You could use following ESQL code to generate XML header.
Code: |
SET OutputRoot.XML.(XML.XmlDecl) = '';
SET OutputRoot.XML.(XML.XmlDecl).(XML.Version) = '1.0';
SET OutputRoot.XML.(XML.XmlDecl).(XML."Encoding") = 'UTF-8';
|
_________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
venugp |
Posted: Sun Sep 22, 2002 12:37 pm Post subject: |
|
|
Apprentice
Joined: 03 Sep 2002 Posts: 31
|
Kiran,
Thanks for your reply.
I think i have to handle some exceptions so far i have been working on msgflows conversion, if you any good ideas about handling of errors and exceptions in real time please help me out.
Thank you again,
venu. |
|
Back to top |
|
 |
kirani |
Posted: Sun Sep 22, 2002 1:11 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|