Author |
Message |
Topic: Accessing field with attribut in XML message |
Heurton
Replies: 13 Views: 7529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 21, 2007 5:08 am Subject: Accessing field with attribut in XML message |
No, I have imported an xsd, the problem I have is how to code the SQL to acces to the value of the atribute in the MRM domain!
Thanks in advance |
Topic: Accessing field with attribut in XML message |
Heurton
Replies: 13 Views: 7529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 20, 2007 11:30 pm Subject: Accessing field with attribut in XML message |
Hi,
I'm working with a XML message in MRM domain.
I have to test the value of an element with attribut in a compute node:
<OrderConfirmation OrderConfirmationStatusType="Accepted" ... |
Topic: cXML.dtd import WMQI V2.1 |
Heurton
Replies: 2 Views: 2140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 31, 2006 7:23 am Subject: cXML.dtd import WMQI V2.1 |
Thanks for your quick answer
I'll try to migrate to the version 6 ASAP.... |
Topic: cXML.dtd import WMQI V2.1 |
Heurton
Replies: 2 Views: 2140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 31, 2006 2:14 am Subject: cXML.dtd import WMQI V2.1 |
Hi all,
I try to import the cXML DTD comming from cXML.org site, in a message set WMQI V2.1.
I had no problem to import and create the message, but when I tried to check in this message, I got er ... |
Topic: EDIFACT format |
Heurton
Replies: 3 Views: 2507
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 02, 2006 6:01 am Subject: EDIFACT format |
Hi,
I have to develop a flow in WMQI V2.1 (and after migrate it in WMB V6) with EDIFACT format as output. I've try to get TDS sample with the links found in this forum, but I did not find this samp ... |
Topic: Send mail Plug-in and WMB V6 |
Heurton
Replies: 1 Views: 1652
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2006 7:31 am Subject: Send mail Plug-in and WMB V6 |
Hi,
I've migrate flows containing the plug-in Send mail (support pacs IA07)from WMQI V2.1 to WMB V6.
I've copied the SendMailPlugIn.lil file in the root\bin\ directory, but I got the error messa ... |
Topic: Idoc problem after WMQI V2.1 to WMB V6 migration |
Heurton
Replies: 14 Views: 10063
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 01, 2006 6:12 am Subject: Idoc problem after WMQI V2.1 to WMB V6 migration |
Hi all,
it was a problem in WMB V6. I received a fix and now, it works!
Thanks for your responses |
Topic: Idoc problem after WMQI V2.1 to WMB V6 migration |
Heurton
Replies: 14 Views: 10063
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 19, 2006 12:39 am Subject: Idoc problem after WMQI V2.1 to WMB V6 migration |
Hi elvis_gn
I've checked the migration log,and the messages in the message set and they are OK.
I've tested with a flow which has an IDOC as input and in WMB V6 the first fields before sdatatag co ... |
Topic: Idoc problem after WMQI V2.1 to WMB V6 migration |
Heurton
Replies: 14 Views: 10063
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 17, 2006 3:22 am Subject: Idoc problem after WMQI V2.1 to WMB V6 migration |
Hi all,
I migrated a WMQI V2.1 flow to WMB V6. This flow has XML message in input and an Idoc output message.
With the same data in input, in WMQI V2 I got the full idoc in the output queue, but w ... |
Topic: Problem in ESQL to define XML statment |
Heurton
Replies: 2 Views: 2441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 01, 2005 8:04 am Subject: Problem in ESQL to define XML statment |
Thank you for your help, it woks! |
Topic: Problem in ESQL to define XML statment |
Heurton
Replies: 2 Views: 2441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 30, 2005 7:44 am Subject: Problem in ESQL to define XML statment |
I want to have the following output XML:
<Data>
<!]>
</Data>
How to code this in ESQL?
Thanks |
Topic: Publish/Subscribe whith filtering |
Heurton
Replies: 2 Views: 2670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 03, 2003 7:08 am Subject: Publish/Subscribe whith filtering |
If I write Body.Message."Type" = '123', the subscription is not registered.
I have changed the Tags Message and Type:
My new message is:
<Titi>
<Topic>Pneu/Sport</Topic>
... |
Topic: Publish/Subscribe whith filtering |
Heurton
Replies: 2 Views: 2670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 03, 2003 5:50 am Subject: Publish/Subscribe whith filtering |
Hi,
I want to use a filter in a subscription. I used the Rfhutil tool to create the subscription.
But, even in case my condition is TRUE, there is no message in the subscription queue.
Find b ... |
Topic: encoding declaration in XML message |
Heurton
Replies: 1 Views: 1461
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 27, 2003 5:23 am Subject: encoding declaration in XML message |
Im converting Fixed Format to XML(uses DTD) in a flow.
I need to output the message with the delaration i.e.
<?xml version="1.0" encoding="UTF-8"?>
Right now, I only have the <?xml ... |
Topic: Rooting "&" and "<" without |
Heurton
Replies: 3 Views: 2737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2003 7:09 am Subject: Rooting "&" and "<" without |
Thank you for your response, I did not have the problem. |