Posted: Mon Dec 08, 2008 12:19 am Post subject: manipulating XMLNS in eSQL
Novice
Joined: 23 Nov 2008 Posts: 21
This is the Input message.
<?xml version="1.0" encoding="UTF-8"?>
<evntf:EventNotification xmlns:evntf="http://www.ibm.com/websphere/bcg/2003/v1.0/xmleventnotification">
<evntf:StatusCode>100</evntf:StatusCode>
<evntf:StatusMessage>This message was delivered to the partner and received Receipt Acknowledgement</evntf:StatusMessage>
<evntf:EventMessageID>12264553644450067921300001008086E69840C60FC02373</evntf:EventMessageID>
<evntf:BusinessObjectID>Reflot_3D8_20081112001840162</evntf:BusinessObjectID>
<evntf:GlobalMessageID>075KA00000WAFER2127820080326_XS22XWP</evntf:GlobalMessageID>
<evntf:Timestamp>2008-11-12T02:02:44Z</evntf:Timestamp>
</evntf:EventNotification>
<?xml version="1.0" encoding="UTF-8"?>
<evntf:EventNotification xmlns:evntf="http://www.ibm.com/websphere/bcg/2003/v1.0/xmleventnotification">
<evntf:StatusCode>100</evntf:StatusCode>
<evntf:StatusMessage>This message was delivered to the partner and received Receipt Acknowledgement</evntf:StatusMessage>
<evntf:EventMessageID>12264553644450067921300001008086E69840C60FC02373</evntf:EventMessageID>
<evntf:BusinessObjectID>Reflot_3D8_20081112001840162</evntf:BusinessObjectID>
<evntf:GlobalMessageID>075KA00000WAFER2127820080326_XS22XWP</evntf:GlobalMessageID>
<evntf:Timestamp>2008-11-12T02:02:44Z</evntf:Timestamp>
</evntf:EventNotification>
EventNotification is also under the name space 'evntf' hence you need to use the namespace to access it.
Undertstand the message structure befoer accessing it.
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