Author |
Message |
Topic: Broker 7.0.0.5 not parsing XML? |
wbinewbie
Replies: 9 Views: 3873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 19, 2013 1:35 pm Subject: Broker 7.0.0.5 not parsing XML? |
so for example, if I have :
<StartTag xmlns="urn:iso:std:iso:20022:tech:xsd:setr" xmlns:t="http://www.w3.org/namespace/">
<Tag1>34566775</Tag1>
<Tag2 ... |
Topic: Broker 7.0.0.5 not parsing XML? |
wbinewbie
Replies: 9 Views: 3873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 19, 2013 1:09 pm Subject: Broker 7.0.0.5 not parsing XML? |
I am just trying to do simple operations such as existence of a tag or value of a certain tag in XML. What i see is that it works fine in the case of XML inout messages that dint have a namespace defi ... |
Topic: Broker 7.0.0.5 not parsing XML? |
wbinewbie
Replies: 9 Views: 3873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 2:29 pm Subject: Broker 7.0.0.5 not parsing XML? |
looks like the issue is that my incoming xml has namespace specified. how do i handle namespaces in broker. Do i need to model the message? |
Topic: Broker 7.0.0.5 not parsing XML? |
wbinewbie
Replies: 9 Views: 3873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 16, 2013 1:40 pm Subject: Broker 7.0.0.5 not parsing XML? |
Hi , wondering if anyone noticed this issue, we upgraded brokr to 7.0.0.5 recently and after that it dosent seem to be parsing XML, even though the debugger shows the XML tree.
In more detail, at ... |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 02, 2013 1:10 pm Subject: non-destructively polling a file folder for new files? |
actually does seem to fit the bill. sorry didnt find this myself. |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 27, 2012 11:23 am Subject: non-destructively polling a file folder for new files? |
I agree, actually. still thinking  |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 27, 2012 8:34 am Subject: non-destructively polling a file folder for new files? |
yeah, im leaning towards using a timer node and a job execution node(supportpac IA9Z) to call a script that does a non destructive get+rename of files and maybe a fileread node to ingest the files int ... |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 12:12 pm Subject: non-destructively polling a file folder for new files? |
yup, thank you for that fine helping of holiday spirits, kind sir.
as you may note, I did do a bit of research, looking into filread nodes etc..before posting a question here. didnt want to get do ... |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 10:06 am Subject: non-destructively polling a file folder for new files? |
u mean use a jcn or some other custom code? was thinking so too but didnt want to reinvent the wheel if functionality existed |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 8:15 am Subject: non-destructively polling a file folder for new files? |
the requirement is to ingest the file to process in broker but not delete the original in case it is needed later... currently the non-wmb app renames these files...a related, non-wmb question, at wha ... |
Topic: non-destructively polling a file folder for new files? |
wbinewbie
Replies: 15 Views: 7681
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 24, 2012 1:10 pm Subject: non-destructively polling a file folder for new files? |
Hi,
Is it possible at all to scan a directory for new files and read then non-destructively in message broker. I know that destructive read is possible with fileread node but was wondering about no ... |