Author |
Message |
Topic: CDATA Section |
uliss
Replies: 1 Views: 1729
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 19, 2016 2:59 am Subject: CDATA Section |
Hi,
how can I obtain an Output XML with a CDAta Section included in a output field?
I have written this sentences:
DECLARE MSG_BLOB BLOB ASBITSTREAM(InputRoot.XML,InputRoot.Properties.Encod ... |
Topic: ID in SOAPRequest message |
uliss
Replies: 3 Views: 3151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2015 7:40 am Subject: ID in SOAPRequest message |
Good afternoon,
In a SOAP message, is there any id in an internal/external header field, like in a MQ message (msgid or correlid)? Is it posible to identify a SOAP message in this way?
Thank you |
Topic: attr in a output tag |
uliss
Replies: 3 Views: 2100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 30, 2014 4:05 am Subject: attr in a output tag |
Hi,
Ì´m using Broker 8 and I have this input message:
<P8010>
<R000000>
<R00000010>R000000</R00000010>
<R00009000>20140428152912</R00009000>
</R00000 ... |
Topic: problems opening WBI 5.0.8 esql files with toolkit 8.0 |
uliss
Replies: 2 Views: 1549
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2012 7:18 am Subject: problems opening WBI 5.0.8 esql files with toolkit 8.0 |
Good afternoon,
we are migrating from WBI 5.0.8 to 8.0 version. We have some problems when we attempt to open esql files with the 8.0 version. I'll give you an example:
In toolkit 5.0.8 we have ... |
Topic: Problem adding msgflow to a bar file |
uliss
Replies: 1 Views: 1806
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 30, 2010 3:10 am Subject: Problem adding msgflow to a bar file |
Hi everybody,
I have this problem:
When I try to add a msgflow to a bar file, I select the project where the msgflow is, but in the list it doesn't appear any msgflow to select.
If I move a nod ... |
Topic: "rare" characters |
uliss
Replies: 2 Views: 1782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 27, 2010 7:47 am Subject: "rare" characters |
Hi everybody,
Let's see if you can help me, this is my problem:
I want to send to an output queue a text message (not Xml). The input message is an Xml and I use the MRM to transform the input m ... |
Topic: Send messages with delay |
uliss
Replies: 7 Views: 3355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2009 11:29 pm Subject: Send messages with delay |
Hi, ¿could it be the MQGMO header, field WaitInterval?
Anybody knows how does this field work?
Thank you |
Topic: Send messages with delay |
uliss
Replies: 7 Views: 3355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2009 11:05 pm Subject: Send messages with delay |
The requirement is:
The broker send messages to a destination queue. From this queue there is a program reading messages. The program works with the messages and sometimes need to re-send some mess ... |
Topic: Send messages with delay |
uliss
Replies: 7 Views: 3355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 12, 2009 9:58 pm Subject: Send messages with delay |
Hi everybody,
Hi want to send a message to a queue. There is something reading from this queue so all the messages are processed automaticaly. But I need to know how to send a message with a delay ... |
Topic: Restriction calling stored procedure??? |
uliss
Replies: 2 Views: 2326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 10, 2008 6:49 am Subject: Restriction calling stored procedure??? |
Hi everybody,
I'm developing a message flow which have to call to a stored DB2 procedure. The question is the following:
Is there any restriction waiting for the response of the procedure?
The ... |
Topic: Problems with bar files and functions in WBI 5.0.8 |
uliss
Replies: 6 Views: 3887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 18, 2007 2:20 am Subject: Problems with bar files and functions in WBI 5.0.8 |
Ok jefflowrey. I have solved the problem. I had declared the function in an esql but not in a concrete compute node. I had declared it out of the compute. So, when I build the bar file, the function w ... |
Topic: Problems with bar files and functions in WBI 5.0.8 |
uliss
Replies: 6 Views: 3887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2007 7:19 am Subject: Problems with bar files and functions in WBI 5.0.8 |
Hi,
I have only one compute node in this flow. And it hasn't this function in his esql.
What do you mean with "the function is in the default schema"?
what is the default schema?
... |
Topic: Problems with bar files and functions in WBI 5.0.8 |
uliss
Replies: 6 Views: 3887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2007 7:02 am Subject: Problems with bar files and functions in WBI 5.0.8 |
Hi,
I have tried to create a new bar file and when I have added a message flow (which has not included the function's code) I have gone to my hard disc to see the file. I have opened the bar, I hav ... |
Topic: Problems with bar files and functions in WBI 5.0.8 |
uliss
Replies: 6 Views: 3887
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2007 3:22 am Subject: Problems with bar files and functions in WBI 5.0.8 |
Hi,
I have a big problem. Let's see if you can help me:
Two years ago I added the following to an esql file:
CREATE FUNCTION NoEsCero4 (Value CHAR) RETURNS BOOLEAN
BEGIN
DECLARE PosPunto ... |
Topic: How to get the "Cc" with the sendmail plugin node |
uliss
Replies: 8 Views: 5278
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 18, 2007 4:43 am Subject: How to get the "Cc" with the sendmail plugin node |
Thank you,
It runs |