Author |
Message |
Topic: XML tag |
shalini123
Replies: 8 Views: 3824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 10, 2004 1:04 am Subject: XML tag |
This is being formed from the input XML
<name>
<a></a>
<b>
<c></c>
</b>
</name>
and i need to add a new tag |
Topic: XML tag |
shalini123
Replies: 8 Views: 3824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 09, 2004 4:08 am Subject: XML tag |
No, my req is as foll:
My XML out of my map node is as follows.
<name>
<a></a>
<b>
<c></c>
</b>
</name>
I need to do some manipuilatio ... |
Topic: fdl to dtd |
shalini123
Replies: 1 Views: 1584
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 09, 2004 2:30 am Subject: fdl to dtd |
Hi,
I have imported the UPES XML DTD as given in the IBM redbook.
I am using WMQI ver5.1 and want to map data from PersonInfo tag to my output XML:
<ProgramInputData>
<_ACTIVITY>As ... |
Topic: fdl to dtd utility for Workflow v3.4.0 |
shalini123
Replies: 6 Views: 3553
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jan 09, 2004 1:00 am Subject: fdl to dtd utility for Workflow v3.4.0 |
Hi,
I have imported the UPES XML DTD as given in the IBM redbook.
I am using WMQI ver5.1 and want to map data from PersonInfo tag to my output XML:
<ProgramInputData>
<_ACTIVITY>Async ... |
Topic: XML tag |
shalini123
Replies: 8 Views: 3824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2004 10:53 pm Subject: XML tag |
I want this to be a new tag after my first tag. Hence firstchild. but this is not working.
In case I do what yopu suggested: its forming the XML tag again and not in the location i want. |
Topic: XML tag |
shalini123
Replies: 8 Views: 3824
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2004 6:05 am Subject: XML tag |
My msg flow is as foll:
input-rcd-map-computeoutput
my map node does the mapping between my i/p and o/p msg sets. in my compute node i want to manipulate 1 tag.
This is my code in my compute n ... |
Topic: Important MRM question |
shalini123
Replies: 2 Views: 1816
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 08, 2004 12:46 am Subject: Important MRM question |
I have a input DTD :
-----
-----
<!-- Activity ============================== -->
<!ELEMENT Activity
( lID,
Starter,
ProgramID,
InputData,
OutputDataDefaults ) >
----
---
Th ... |
Topic: XML , MRM - WMQI V5 |
shalini123
Replies: 2 Views: 2451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 07, 2004 3:02 am Subject: XML , MRM - WMQI V5 |
Hi,
Thanks for the quick reply.
If I have both the message sets, how can i use my compute node to map. These will mean i have to write complete ESQL statements to achieve this rather than a simple m ... |
Topic: UPES to WMQI |
shalini123
Replies: 4 Views: 2196
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jan 07, 2004 1:31 am Subject: WA02/06 for WMQI v5 - IMP |
ALl the interoperable scenarios are for ver 2. Is there a version for WMQI V 5. |
Topic: XML , MRM - WMQI V5 |
shalini123
Replies: 2 Views: 2451
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 06, 2004 11:30 pm Subject: XML , MRM - WMQI V5 |
I am a bit confused on usage of these 2.
My scenario is I have a MQ workflow XML message for which I have a DTD. The output required is also an XML format but has a different XML struc.
I have cre ... |
Topic: Transformation |
shalini123
Replies: 0 Views: 1404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 06, 2004 2:32 am Subject: Transformation |
I have created to message sets M1, M2
My message set M1 is created from a DTD d1 and M2 from DTD d2
My message flow is as follows:
input->RCD->Map node -> output.
I need to do the ... |
Topic: Message transformation |
shalini123
Replies: 2 Views: 2148
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 06, 2004 12:24 am Subject: RCD node |
I have created 2 MRM, one for my workflow input and one for the output required.
My flow currently is
input->rcd->mapping->output.
How do i achieve any manipulation to the output xml. ... |
Topic: Compute node |
shalini123
Replies: 1 Views: 1787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 30, 2003 1:26 am Subject: Compute node |
In my compute node, how can I achieve mapping and perform ESQL sts. |
Topic: Translation help... urgent |
shalini123
Replies: 3 Views: 2319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 29, 2003 9:48 pm Subject: Translation help... urgent |
Hi,
I want to modify the message and create a new xml with extract all information from a particular tag of the incoming message |
Topic: Translation help... urgent |
shalini123
Replies: 3 Views: 2319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 29, 2003 5:10 am Subject: Translation help... urgent |
Hello,
I need help on translating UPEs message from workflow to nroker.
eg:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- This document is generated by a MQSeries Workflo ... |