Author |
Message |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 9:36 am Subject: Thanks |
Thanks a lot everyone ...
... lets mark this as SOLVED. |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 8:57 am Subject: Apply namespace to entire input XML (SOLVED) |
I'm not sure what you mean by "a property switch".
Again.. You have to go through every element in the tree and set the namespace on that element.
I'm not sure how you thing "ever ... |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 8:54 am Subject: Apply namespace to entire input XML (SOLVED) |
Here's the basic point.
You have to apply the namespace to the entire logical message tree. Every element that needs it.
That is, you have to change *every* element to have.the right namespace. ... |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 7:46 am Subject: Re: Apply namespace to entire input XML |
The coincidence was not lost on me, and sparked my memory leading to my original suggestion.
Thanks @Vitor
Still Searching |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 7:03 am Subject: Re: Apply namespace to entire input XML |
As I remember, that was the subject of the post
This IS the subject of current post. |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 6:29 am Subject: Re: Apply namespace to entire input XML |
You dont recall the subject of post.. do you?
"Applying a namespace to each XML element" IIRC.
It's been asked and answered a few times.
I meant the subject of the post which ... |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 6:05 am Subject: Re: Apply namespace to entire input XML |
Search for posts by @kimber. He's talked about this many times, and suggested code to walk the tree and apply namespaces.
Searching
You dont recall the subject of post.. do you? |
Topic: Apply namespace to entire input XML (SOLVED) |
maanav_kr
Replies: 16 Views: 8386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2017 5:13 am Subject: Apply namespace to entire input XML (SOLVED) |
Hello,
I read through multiple posts related to namespaces but wasnt able to find something which meets my current need.
Have a simple XML coming in, have to apply namespace prefix to all the ta ... |
Topic: field with nothing in question |
maanav_kr
Replies: 8 Views: 5282
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 27, 2007 6:38 pm Subject: field with nothing in question |
am trying to achieve something very close to current issue. I have to validate messages which may have blank tags.. or tags may be missing. Domain is XMLNSC. Their are few tags which could be a field ... |
Topic: XMLNSC parsing : empty tag problem |
maanav_kr
Replies: 5 Views: 6125
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 07, 2007 1:27 pm Subject: XMLNSC parsing : empty tag problem |
Hi sarat,
'demand' is actually 'abc'.. i renamed all occurences for the forum.. misssed this one.
Regards
Maanav |
Topic: XMLNSC parsing : empty tag problem |
maanav_kr
Replies: 5 Views: 6125
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 06, 2007 5:35 pm Subject: XMLNSC parsing : empty tag problem |
Hello,
Am using XMLNSC parsing for input messages.. message looks somethign like:
<?xml version="1.0" encoding="UTF-8"?>
<NS1:s_o xmlns:NS1="http: ... |
Topic: Database error: ODBC return code '-1'. |
maanav_kr
Replies: 2 Views: 4551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 11, 2007 2:00 pm Subject: Database error: ODBC return code '-1'. |
Hi,
I am connecting to Oracle database on different UNIX box than the one which broker is installed.
i am using the data source name in message flow as mentioned in TNSNAMES.ORA
i ran mqsiset ... |
Topic: Connecting to Oracle in MB6 |
maanav_kr
Replies: 4 Views: 4457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 07, 2007 9:39 pm Subject: Connecting to Oracle in MB6 |
I will try and explain how things are ..
We have MB setup on Unix box, access the same thru Toolkit installed on Windows. Broker database is DB2. Connection to MQ, simple message flows are working ... |
Topic: Connecting to Oracle in MB6 |
maanav_kr
Replies: 4 Views: 4457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 06, 2007 7:03 pm Subject: Connecting to Oracle in MB6 |
Hello,
I have setup MB with DB2 as default database.. but wish to connect to Oracle database access data for validating XML messages using ESQL.
How to achieve this.. ? I have a message flow in pl ... |
Topic: default configuraqtion ERROR : Could not find the connection |
maanav_kr
Replies: 1 Views: 2419
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 19, 2007 2:01 am Subject: default configuraqtion ERROR : Could not find the connection |
Hello,
Am trying to import and deploy Broker samples. I manually created default configuration for broker, configuration manager and database.
While setting up the pager sample.. am getting foll ... |