Author |
Message |
Topic: WBI SAP adapter vs MB7 SAP JCA adapter |
mqs_guy
Replies: 2 Views: 2473
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 11, 2011 10:18 am Subject: WBI SAP adapter vs MB7 SAP JCA adapter |
Hey guys,
I had a question w.r.t WBI (xworlds) SAP adapter vs the SAP JCA adapter with MB7.0
What is the difference? Apart from the JCA being tightly coupled with the message flow, i don't see any ... |
Topic: Reading hex data in CDATA section |
MQSIGuy
Replies: 10 Views: 8993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 17, 2011 7:10 am Subject: Reading hex data in CDATA section |
These two statements contradict one another: An application sends you well formed XML with a CDATA section that contains a mix of hex and simple text.
and
You can't however modify the contents of th ... |
Topic: Reading hex data in CDATA section |
MQSIGuy
Replies: 10 Views: 8993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 17, 2011 5:20 am Subject: Reading hex data in CDATA section |
if you base64encode the CDATA section will that then alter the output to the client who requires it exactly as the broker receives it perhaps?Yes - if you base64-encode the field then the client will ... |
Topic: Reading hex data in CDATA section |
MQSIGuy
Replies: 10 Views: 8993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 17, 2011 3:49 am Subject: Reading hex data in CDATA section |
Best bet to keep arbitrary content within a CDATA section is to base64 encode it first.
I agree. And if you have base64-encoded it, you don't need the CDATA section any more.
Yes but if you ... |
Topic: MRM TDS Behaviour |
MQSIGuy
Replies: 6 Views: 7105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 14, 2011 11:49 pm Subject: MRM TDS Behaviour |
Is the data actually contained within tags within angle brackets, in a format that is in fact consistent with the syntax of an XML document? If so, you should only be using the XMLNSC parser to manag ... |
Topic: MRM TDS Behaviour |
MQSIGuy
Replies: 6 Views: 7105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 13, 2011 8:46 am Subject: Re: MRM TDS Behaviour |
Can anyone offer any insight to this error(s)
If you can offer some insight into why you're trying to use a message set to parse an XML structure.
Well its not ideal but its because we have an u ... |
Topic: MRM TDS Behaviour |
MQSIGuy
Replies: 6 Views: 7105
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 13, 2011 7:40 am Subject: MRM TDS Behaviour |
Hi,
When building a complex structure in TDS message set I am receiving one of two errors.
I am creating a structure like this in a TDS MSET
<GROUP>
<GROUP1>
<I ... |
Topic: External Jar Declaration Help |
MQSIGuy
Replies: 1 Views: 2319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 03, 2010 1:45 am Subject: External Jar Declaration Help |
Please disregard this as the issue has been solved... It was a basic mistake, one of the jars was referncing another jar I wasn't aware of initially.. All sorted now. |
Topic: External Jar Declaration Help |
MQSIGuy
Replies: 1 Views: 2319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 03, 2010 1:03 am Subject: External Jar Declaration Help |
Hi,
I am trying to simply add some external jar files to an existing bar with message broker flow. The flow contains a comp node which calls an external java class. This is on WMBV6 and a Windows ... |
Topic: Shared Row - Caching |
MQSIGuy
Replies: 0 Views: 2067
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 04, 2010 6:47 am Subject: Shared Row - Caching |
Hi,
Can anyone help confirm or deny my theory...
I am running a broker V6 on Linux. The stack size for a flow (thread) is 8MB and I am using a shared row to cache data that is 15kb in size when ... |
Topic: unexplainable PARSE action (reset content decsriptor) |
MQSIGuy
Replies: 10 Views: 10030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2010 5:32 am Subject: unexplainable PARSE action (reset content decsriptor) |
it seems the 'retain mixed content' option has to be checked when dealing with CDATA otherwise it is ignored. I noticed something interesting though.
When using the RCD node and 'retain mixed cont ... |
Topic: unexplainable PARSE action (reset content decsriptor) |
MQSIGuy
Replies: 10 Views: 10030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2010 4:51 am Subject: unexplainable PARSE action (reset content decsriptor) |
re:- I have set the MQInput node domain to XMLNSC with 'Use XMLNSC compact parse for XMLNS domain' and 'Retain mixed content' both checked. I have used these options for all other nodes where appropri ... |
Topic: unexplainable PARSE action (reset content decsriptor) |
MQSIGuy
Replies: 10 Views: 10030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2010 4:46 am Subject: unexplainable PARSE action (reset content decsriptor) |
Your overall plan seems sound enough, but your implementation may be flawed. Your code snippet does not reveal what inRef.XML is pointing to. If it is pointing to InputRoot.XML then this codeDECLARE ... |
Topic: unexplainable PARSE action (reset content decsriptor) |
MQSIGuy
Replies: 10 Views: 10030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2010 4:44 am Subject: Re: unexplainable PARSE action (reset content decsriptor) |
I have tried various flavours such as deleting the MQRFH2 header, overriding the mcd value to XMLNSC etc but to no alas!
I'm surprised that simply reseting the value didn't work. I'm equally surpri ... |
Topic: unexplainable PARSE action (reset content decsriptor) |
MQSIGuy
Replies: 10 Views: 10030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2010 4:08 am Subject: unexplainable PARSE action (reset content decsriptor) |
Hello,
I am trying to do the following:
1) Take in a message in the xml domain with an MQRFH2 header (xml value in the mcd folder)
- I have set the MQInput node domain to XMLNSC with 'Use XM ... |