Author |
Message |
Topic: Send a String to MQ Output |
pereira.allan1992
Replies: 8 Views: 2810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 13, 2015 9:08 am Subject: Send a String to MQ Output |
Im using Integration Bus To send messages to Oracle Retail Integration Bus (ORIB) The ORIB have queue tables...
when I put a test message, in MQ, It send to my queue Table in ORIB....But its sendin ... |
Topic: Send a String to MQ Output |
pereira.allan1992
Replies: 8 Views: 2810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 13, 2015 8:31 am Subject: Send a String to MQ Output |
Yes, I believe that's the same problem that I found...
I have one database, that the IBM Integration Bus process and take data, so it can mount a XML file...no problems
but now, i'm trying to se ... |
Topic: Send a String to MQ Output |
pereira.allan1992
Replies: 8 Views: 2810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 13, 2015 7:46 am Subject: Send a String to MQ Output |
Hello guys,
Please, I'm Trying to send a XMLNSC to a field in a Table Queue,but when it write in queue table, the XMLNSC is in Hexadecimal...how can I convert to string/character ?
Thank you |
Topic: How to send a message to a JMS Topic |
pereira.allan1992
Replies: 0 Views: 1551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 09, 2015 3:41 am Subject: How to send a message to a JMS Topic |
Hello one more time guys, Please, someone can help me one more time please?
I have Websphere Integration Bus 9, and I'd like to send a message with JMS Output, but always that I try, I find the err ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 22, 2015 7:39 am Subject: How to put a XML file into a XML field |
Guys, Thanks for all help and attention, mainly, the patience =)
I ll try to follow the tips...
Yes, I agree that I need a formal training, I know that, and I'd like, but in the Brazil is really ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 22, 2015 5:44 am Subject: How to put a XML file into a XML field |
"There's no reference to "other XML field" in your code."
The reference is in the mapping...
"That's most of the product documentation. All the product does is manipulat ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 22, 2015 4:39 am Subject: How to put a XML file into a XML field |
"That is absolutely NOT what your code does. Your code takes a BLOB value and tries to output it. There's not one line about an output XML document, containing the input or nothing. "
I k ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 22, 2015 4:00 am Subject: How to put a XML file into a XML field |
Morning All,
Please, i tried to do this, but I keep generate a file with no data. what I doing wrong?
I just have this in my compute node, when my compute node is making a connection with a outp ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2015 12:17 pm Subject: How to put a XML file into a XML field |
I believe that i have to back some steps, to learn how to configure the OutputRoot tree first...
I ll try to do this, and I return with a position
Thanks!!! |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2015 11:14 am Subject: How to put a XML file into a XML field |
Currently, Im trying to find what is my CCSID...
in My Compute Node, im trying to do this
DECLARE InputMessageData BLOB;
DECLARE decoded2 blob;
SET InputMessageData = ASBITSTREAM(InputRo ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2015 10:26 am Subject: How to put a XML file into a XML field |
Thank you for your help.
I'm trying to do this for 2 weeks, but until today nothing...
Can you explain in detail to me how can i do this? Im trying to use the cast and this command too, but i ca ... |
Topic: How to put a XML file into a XML field |
pereira.allan1992
Replies: 23 Views: 8351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2015 9:00 am Subject: How to put a XML file into a XML field |
Hi all,
I'm starting to learn by my own Websphere Integration Bus, and I trying to do this but no success...
I have one XML file like this:
<CSV2XMLXSD>
<record>
<employee ... |