Author |
Message |
Topic: Attributes rendered as elements with MRM (XML wire format) |
gilbert
Replies: 4 Views: 2986
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 14, 2008 4:03 am Subject: Attributes rendered as elements with MRM (XML wire format) |
Hi
What i would like to achieve in Output XML is something like this:
<m:Data>
<crm:Body>
<ms:Element1 name="male">0</ms:Element>
<ms:El ... |
Topic: Using SOAPRequesNode in WMB 6.1 |
gilbert
Replies: 4 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Apr 20, 2008 10:53 am Subject: Using SOAPRequesNode in WMB 6.1 |
I didn't mean it that way jeff. I pointed that phrase one at my own blindness ;) |
Topic: Using SOAPRequesNode in WMB 6.1 |
gilbert
Replies: 4 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 15, 2008 4:16 am Subject: RESOLVED |
GEEZ!
Actually the broker which i though to be 6.1 was 6.0. Worked fine for few weeks so I kind of got lulled to the thought that 6.1 at work.
sigh... thanks for helping me to figure out that i ... |
Topic: Using SOAPRequesNode in WMB 6.1 |
gilbert
Replies: 4 Views: 4999
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 14, 2008 6:54 am Subject: Using SOAPRequesNode in WMB 6.1 |
Hi
I'm not able to deploy message flow with SOAP nodes with 6.1. Even Log has the message:
"Loadable Implementation Library (.lil, .jar or .par) not found for message flow node type ''ComIbmS ... |
Topic: MRM vs. XMLNS? Opinions wanted |
gilbert
Replies: 3 Views: 3568
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 31, 2007 7:09 am Subject: MRM vs. XMLNS? Opinions wanted |
About validation... for example if my message set has a complex type which is defined as "Unordered Set" and validation is set as "Closed" the MqInput node doesn't throw validation ... |
Topic: MRM vs. XMLNS? Opinions wanted |
gilbert
Replies: 3 Views: 3568
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 27, 2007 5:42 am Subject: MRM vs. XMLNS? Opinions wanted |
Hi All
I would like to hear your opinions and experinces if the which situation MRM is really useful and worth the extra work compared to XMLNS. We have been using Message Broker for a short while ... |
Topic: CodedCharSetId Values |
gilbert
Replies: 13 Views: 20842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 21, 2006 7:00 am Subject: CodedCharSetId Values |
If you use JMS pub/sub then when message is published to a topic it is transformed according to Qmgr's CCSID which can mess up special characters. |
Topic: CodedCharSetId Values |
gilbert
Replies: 13 Views: 20842
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 21, 2006 12:47 am Subject: CodedCharSetId Values |
Take into account also the CCSID of QueueManager. Especially if you are using pub/sub. |
Topic: Phantom local execution groups |
gilbert
Replies: 14 Views: 11559
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 21, 2006 12:41 am Subject: Phantom local execution groups |
Skol: Do you have any clue what causes the execution groups to be created?
I've run to similar problem and it seems that phantom execution groups prevent debugger from working.
I've usually appl ... |
Topic: XML Character problem when using JMSInput [solved] |
gilbert
Replies: 6 Views: 6038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 17, 2006 12:30 am Subject: XML Character problem when using JMSInput [solved] |
Seems like most of the problems have been solved with changes to creation of administered object. When usin JSM admin tool defining target client as MQ prevents messages being converted to wrong (byte ... |
Topic: XML Character problem when using JMSInput [solved] |
gilbert
Replies: 6 Views: 6038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 01, 2006 8:40 am Subject: XML Character problem when using JMSInput [solved] |
What defines message's CCSID? In my case it seems to be 1208 allways whatever is the queue managers CCSID or whatever is XML document's encoding. I guess it is the program which does the put or publis ... |
Topic: XML Character problem when using JMSInput [solved] |
gilbert
Replies: 6 Views: 6038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 01, 2006 5:51 am Subject: XML Character problem when using JMSInput [solved] |
If I put XML to the queue with <?xml version="1.0" encoding="ISO-8859-1"?> they are wrong straight after the JMSInput. In a trace file it shows 'Ä' as a square. CCSID in the ... |
Topic: XML Character problem when using JMSInput [solved] |
gilbert
Replies: 6 Views: 6038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 01, 2006 12:37 am Subject: XML Character problem when using JMSInput [solved] |
The umlaut doesn't get deleted. It is just a mess of characters depending what value I have given for xml encoding attribute. For example: � or �
I have to look back if it works whe ... |
Topic: XML Character problem when using JMSInput [solved] |
gilbert
Replies: 6 Views: 6038
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 31, 2006 8:48 am Subject: XML Character problem when using JMSInput [solved] |
Hello MQ people!
We have a problem with special characters (i.e. umlauts) not coming through correctly when using JMSInputs. Messages are flowing through our system like this (contains 3 workflows) ... |