Author |
Message |
Topic: ISO 8583 Standard for Financial Transaction |
Vjenceslav
Replies: 2 Views: 2808
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 15, 2009 5:46 am Subject: ISO 8583 Standard for Financial Transaction |
..or.. you can write your own little parser..
read it as BLOB and do the parsing in java node
looks scary in the beginning but after little practice in bitmap mappings it is not so hard..
I d ... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 1:58 pm Subject: Message Broker 6 - reading XML message from one column in DB |
hello jefflowrey, tx on the tip..i just did that and yes in trace i do get my XML message out (but only when i use Environment.Variables.DBResult and NOT Environment.Variables.DBResult.MSGDATA
s ... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 10, 2007 5:33 am Subject: Message Broker 6 - reading XML message from one column in DB |
Right, but then you create your reference that points to Environment.Variables.DbResult.
And then you try and access Environment.Variables.DbResult.MSGDATA, which likely doesn't exist.
Oh that!
... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 09, 2007 10:17 pm Subject: Message Broker 6 - reading XML message from one column in DB |
well the point is that after
SET Environment.Variables.DBResult = THE( SELECT T.XML_MSG FROM Database.MYTABLE AS T);
I have in DebugMessage->Enviroment->Variables->Dbresult = my xml m ... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 09, 2007 10:15 am Subject: Message Broker 6 - reading XML message from one column in DB |
hi! well i managed to find something in information center...
here
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ak05810_.htm
and managed to ... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 03, 2007 11:36 pm Subject: Message Broker 6 - reading XML message from one column in DB |
well guys thanks on answers but as we know world is not perfect and data that i need to read from DB is already saved by the customer (suprise, suprise) and it is in TEXT type DB column (Oracle). S ... |
Topic: Message Broker 6 - reading XML message from one column in DB |
Vjenceslav
Replies: 11 Views: 7409
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 03, 2007 4:15 am Subject: Message Broker 6 - reading XML message from one column in DB |
Hello!
I would like to ask how can i parse XML message to message broker witch is saved in _one_ column in DB? I know how to do it in normal way (MQ Input + XML parser) but I was talking with some ... |