Author |
Message |
Topic: Referencing an XML Node without knowing its parent/s |
hegdevinu
Replies: 1 Views: 7120
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 10:53 pm Subject: Referencing an XML Node without knowing its parent/s |
Hi,
Using *, CARDINALITY and arrays ..we can solve Unkown parent problem.
* -> gives you path independency
CARDINALITY -> CARDINALITY function to determine how many instances of a repeat ... |
Topic: Handle variable repeating elements in an xml |
hegdevinu
Replies: 9 Views: 15581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 9:18 pm Subject: Handle variable repeating elements in an xml |
Hi Anurag,
I feel you can use arrays . In that case, output will get look like
<cashbal>
<acountNumber>1111</acountNumber>
<acountNumber>2222</acountNumber>
<c ... |
Topic: Automating - procedures for version management |
hegdevinu
Replies: 1 Views: 8600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 04, 2001 7:00 am Subject: Automating - procedures for version management |
Hi All,
I was going through the change management document. Procedure is tedious. Can't we completely automate the process?
(Existing procedure involves import/export of resources of workspace ... |
Topic: Problem with C/COBOL import in MQSI |
hegdevinu
Replies: 2 Views: 10879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 29, 2001 1:15 am Subject: Problem with C/COBOL import in MQSI |
hi,
Thanks for the reply
It seems, problem is not with length.
Header file i was using was pretty complex and had some interleaved structures..
I tried it part by part and found the str ... |
Topic: Using plugin parser in compute Node |
hegdevinu
Replies: 6 Views: 16171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2001 10:25 pm Subject: Using plugin parser in compute Node |
Hi All,
I could make my parser work.
Changes had to be done in the compute node.
I had to cast respectively..
Like
SET OutputRoot.XML.Data.Name = CAST("InputRoot"."CWF"."Message"."Platform ... |
Topic: Problem with C/COBOL import in MQSI |
hegdevinu
Replies: 2 Views: 10879
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 28, 2001 7:35 am Subject: Problem with C/COBOL import in MQSI |
Hi All,
When i import valid C structure which has elements with long names (even 6 char's)import gives me warning saying incomplete element and I will not be able to deploy.
Are there any kind o ... |
Topic: Using plugin parser in compute Node |
hegdevinu
Replies: 6 Views: 16171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 16, 2001 6:24 am Subject: Using plugin parser in compute Node |
Hi,
Thanks.
But i am already using those
/* Create a new name-value element for the attribute */
newElement = cpiCreateElement(&rc, parser);
cpiSetElementType(&rc, newElement ... |
Topic: Using plugin parser in compute Node |
hegdevinu
Replies: 6 Views: 16171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 13, 2001 5:19 am Subject: Using plugin parser in compute Node |
Hi kolban,
Thanks for the reply.
It doesnot work.
I think the problem is with the way we implement some function. So its not able to detect the way to access the value.
Surprisingly the sample ... |
Topic: Using plugin parser in compute Node |
hegdevinu
Replies: 6 Views: 16171
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 10, 2001 10:17 pm Subject: Using plugin parser in compute Node |
Hi All,
We wrote a plugin parser. After its installation we checked it in a message flow
having just a trace node. Output looks fine with
(0x1000000)CWF = (
(0x1000000)Message = ... |