Author |
Message |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 10:49 am Subject: Dynamic parsing question |
Thanks McueMart, got it! |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 9:58 am Subject: Dynamic parsing question |
The namespace is coming from a third party, the SAP interface (once here) cannot except them, it is not a SAP webs service, this is whey they need to be removed. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 8:06 am Subject: Dynamic parsing question |
what is the most efficient way of nulling out NS then? |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 8:00 am Subject: Dynamic parsing question |
Correction..... Both work, bringing name space across. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 7:49 am Subject: Dynamic parsing question |
Kimbert, yours does not bring the tags under APP across, mqJeff's does. mqJeffs does also bring the names space across though as well. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 6:30 am Subject: Dynamic parsing question |
thank you. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 6:21 am Subject: Dynamic parsing question |
So were are never to use Cardinality to determine a size? I understand the expense at running it over and over again, but that is why I ran it once and stored off the value. We've been doing that, a ... |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 4:58 am Subject: Dynamic parsing question |
I appreciate everyone's help, I've got it doing what I need to have it do. Completely namespace independent (multiple namespace possible from a third party company), which I then loop through whateve ... |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 4:14 am Subject: Dynamic parsing question |
Thanks I will try it. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 10, 2013 12:45 pm Subject: Dynamic parsing question |
thanks, it's working. |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 10, 2013 12:22 pm Subject: Dynamic parsing question |
Correct, but there is only one outer tag, and when I qualify it, it brings back the expected results.
This is what I see in the trace.
(0x01000000:Folder):XMLNSC = ( ['xmlnsc' : 0x117e7249 ... |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 10, 2013 10:32 am Subject: Dynamic parsing question |
Ok I'm getting close but not getting what I need. Let me show you what I've done so far:
Declare ns1 namespace 'http://www.Apriso.com/SAP_DPTBCHUP.xsd';
This statment brought back my result...
... |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 10, 2013 9:49 am Subject: Dynamic parsing question |
I tried both or your examples, neither gets me to the tags below REQUEST. In the case of InputRoot.XMLNSC.*:*.*:REQUEST,
I have this coded:
DECLARE myRef reference to InputRoot.XMLNSC.*:*.*:REQUES ... |
Topic: Dynamic parsing question |
schroederms
Replies: 31 Views: 16189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 10, 2013 8:57 am Subject: Dynamic parsing question |
I'm trying to parse down to the REQUEST tag section of this XML WITHOUT hard coding the the parent tag name, in this case SAP_DPTBCHUB. This first outer tag will change from message to message. I've ... |
Topic: File Output Node |
schroederms
Replies: 3 Views: 2570
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 9:38 am Subject: File Output Node |
Yes, but I had the 'End of Data' wired not the out... Cant see I guess. Its working now.
Thx. |