Author |
Message |
Topic: Accessing XML nodes |
sarathsps
Replies: 2 Views: 1865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 29, 2014 1:37 pm Subject: Accessing XML nodes |
I have a XML like this
<A>
<B>
<field1>test1</field1>
</B>
<C>
<field2>test2</field2>
</C>
</A>
... |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2014 9:35 am Subject: Accessing Variables within {} in ESQL |
My first programming mentor told me something very useful.
"If the problem seems too hard then try solving a different problem"
In this case, the problem is to end up with a REFERENCE v ... |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2014 9:33 am Subject: Accessing Variables within {} in ESQL |
McueMart is right. The other possibility you have would be to use evaluate... but that would be a lot slower...
Have fun
I tried using the EVAL function in MB7 like below and it is n ... |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 23, 2014 12:23 pm Subject: Accessing Variables within {} in ESQL |
So can you also try this:
declare TEMP CHAR 'ns3:A';
declare TEMP2 CHAR 'ns3:B';
declare a2 reference to InputRoot.XMLNSC.ns2:BCM.ns3:ChangeSegment.{TEMP}.{TEMP2};
I tried above and not worki ... |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 23, 2014 8:19 am Subject: Accessing Variables within {} in ESQL |
Thanks for your response... ns2 and ns3 are defined as namespaces.. Please see the below code.
DECLARE ns2 NAMESPACE 'http://abc.com/XXXX';
DECLARE ns3 NAMESPACE 'http://abc.com/XXXX/YYYY';
C ... |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 23, 2014 8:00 am Subject: Accessing Variables within {} in ESQL |
declare TEMP CHAR 'ns3:A.ns3:B';
declare a2 reference to InputRoot.XMLNSC.{ns2}:BCM.{ns3}:ChangeSegment.{TEMP};
Thanks for your response.
I tried the above and it is not working. |
Topic: Accessing Variables within {} in ESQL |
sarathsps
Replies: 13 Views: 7053
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 23, 2014 7:22 am Subject: Accessing Variables within {} in ESQL |
I have a situation like this
declare TEMP CHAR '{ns3}:A.{ns3}:B';
declare a2 reference to InputRoot.XMLNSC.{ns2}:BCM.{ns3}:ChangeSegment.{TEMP};
when i have a variable value which contains {} i ... |
Topic: Using Oracle XMLType datatype from message broker. |
sarathsps
Replies: 1 Views: 1671
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 13, 2014 7:22 am Subject: Using Oracle XMLType datatype from message broker. |
I see the below fix provided by IBM for supporting the oracle xmltype.
IC70579: PROVIDE SUPPORT FOR ORACLE XMLTYPE COLUMNS.
http://www-01.ibm.com/support/docview.wss?uid=swg1IC70579
It ther ... |
Topic: Query on TDS Message format -- MB5.0. |
sarathsps
Replies: 4 Views: 3338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 12, 2006 12:49 pm Subject: Query on TDS Message format -- MB5.0. |
Hi Kimbert,
Thanks for your direction.
I am not constructing Output XML message insted i need to concatenate the values and pass it as a input parameter of the Db2 Stored Procedure.
For achie ... |
Topic: Query on TDS Message format -- MB5.0. |
sarathsps
Replies: 4 Views: 3338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 22, 2006 9:19 am Subject: Query on TDS Message format -- MB5.0. |
Hi ,
I am using MB5.0.
I am having a XML as a input message and parsing it using a MRM parser using a XML message set.
The XML structure is like this
<Product>
<Item>
... |
Topic: Problem in defining Userdefined Exception Catalog. |
sarathsps
Replies: 1 Views: 2203
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 20, 2006 2:57 pm Subject: Problem in defining Userdefined Exception Catalog. |
Hi All,
I am using MB5.0 and i am trying refer a message catlog for userdefined exceptions. The i followed the bellow steps given in the IBM site
------------------------------------------------ ... |
Topic: Using Environment variables on Mapping node. - MB 5.0 |
sarathsps
Replies: 0 Views: 1743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 13, 2006 12:32 pm Subject: Using Environment variables on Mapping node. - MB 5.0 |
Hi all.
I am Using Message broker 5.0 and i am trying to achieve following things in the mapping node
1. Using a Environment variables in the output mapped message.
2. Converting a part of the in ... |
Topic: MRM Parsing Problem |
sarathsps
Replies: 5 Views: 4104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 23, 2006 11:18 pm Subject: MRM Parsing Problem |
Hi ,
I am using the procedure CopyEntireMessage() and it is
SET OutputRoot = InputRoot only the one i specified in my previous mail was a Typo. Sorry about that. |
Topic: MRM Parsing Problem |
sarathsps
Replies: 5 Views: 4104
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 23, 2006 9:50 pm Subject: MRM Parsing Problem |
Hi,
In the MQInput node i am parsing the message using MRM parser.
I am connecting the catch and failure terminal of MQINput to the subflow for handling error.
If there is a parser exception on ... |
Topic: MRM Parsing Problem |
sarathsps
Replies: 0 Views: 1725
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 23, 2006 9:47 pm Subject: MRM Parsing Problem |
Hi,
In the MQInput node i am parsing the message using MRM parser.
I am connecting the catch and failure terminal of MQINput to the subflow for handling error.
If there is a parser exception on ... |